Html Css Color HEX #CE0F1C Fire Engine Red

📋 copy color: '#CE0F1C'

red 206 ◦ green 15 ◦ blue 28

#CE0F1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CE0F1C

Tints of Fire Engine Red #CE0F1C

RGB

 RED value IS 206 (80.86% from 255) = 82.73%

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 82.73%
G = 6.02%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE0F1C (or 0xCE0F1C) is known color: Fire Engine Red. HEX triplet: CE, 0F and 1C. RGB value is (206,15,28). Sum of RGB (Red+Green+Blue) = 206+15+28=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F1C is #31F0E3. Grayscale: #494949. Windows color (decimal): -3272932 or 1839054. OLE color: 1839054.

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

Color convert

RGB 206 15 28 -
CMYK 0 0.93 0.86 0.19
HSL 355.92º 0.86% 0.43% -
HSV(B) 355.92º 0.93% 0.81% -
XYZ 25.83 13.55 2.35 -
YUV 73.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 206 15 28 0 0.93 0.86 0.19 355.92 0.86 0.43
Hex CE F 1C 0 5D 56 13 164 56 2B
Octal 316 17 34 0 135 126 23 544 126 53
Binary 11001110 1111 11100 0 1011101 1010110 10011 101100100 1010110 101011

Color Harmonies of #CE0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F1C

Black with #CE0F1C

Text Example


Text Example

White with #CE0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F1C; }

 p { color: rgb(206,15,28); }

 H1.HeaderClassName
 {
   color: #CE0F1C;
 }
 .AnyTagClassName
 {
   color: #CE0F1C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,15,28); }

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

border-color css

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

 span { border-color: rgb(206,15,28); }

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