#ce0527

Color #CE0527 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CE0527

Tints of Fire Engine Red #CE0527

Color information

#CE0527 (or 0xCE0527) is unknown color: approx Fire Engine Red. HEX triplet: CE, 05 and 27. RGB value is (206,5,39). Sum of RGB (Red+Green+Blue) = 206+5+39=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0527 is #31FAD8. Grayscale: #454545. Windows color (decimal): -3275481 or 2557390. OLE color: 2557390.

HSL color Cylindrical-coordinate representation of color #CE0527: hue angle of 349.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0527 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB206539-
CMYK00.980.810.19
HSL349.85º95.26%41.37%-
HSV(B)349.85º97.57%80.78%-
XYZ25.8713.383.14-
YUV68.97111.09225.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 82.4%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=82.4%
G=2%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20653900.980.810.19349.8595.2641.37
HexCE527062511315e5f29
Octal31654701421212353613751
Binary11001110101100111011000101010001100111010111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce0527; }

 p { color: rgb(206,5,39); }

 H1.HeaderClassName
 {
   color: #ce0527;
 }
 .AnyTagClassName
 {
   color: #ce0527;
 }
</style>
background-color css

<style>
 a { background-color: #ce0527; }

 a { background-color: rgb(206,5,39); }

 div.DivClassName
 {
   background-color: #ce0527;
 }
 .BgClassName
 {
   background-color: #ce0527;
 }
</style>
border-color css

<style>
 span { border-color: #ce0527; }

 span { border-color: rgb(206,5,39); }

 td.TdClassName
 {
   border-color: #ce0527;
 }
 .TagClassName
 {
   border-color: #ce0527;
 }
</style>