Html Css Color HEX #CE1418 Fire Engine Red

📋 copy color: '#CE1418'

red 206 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #CE1418

Tints of Fire Engine Red #CE1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 82.4%
G = 8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1418 (or 0xCE1418) is known color: Fire Engine Red. HEX triplet: CE, 14 and 18. RGB value is (206,20,24). Sum of RGB (Red+Green+Blue) = 206+20+24=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1418 is #31EBE7. Grayscale: #4C4C4C. Windows color (decimal): -3271656 or 1578190. OLE color: 1578190.

HSL color Cylindrical-coordinate representation of color #CE1418: hue angle of 358.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 24 -
CMYK 0 0.90 0.88 0.19
HSL 358.71º 0.82% 0.44% -
HSV(B) 358.71º 0.9% 0.81% -
XYZ 25.87 13.69 2.14 -
YUV 76.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 206 20 24 0 0.90 0.88 0.19 358.71 0.82 0.44
Hex CE 14 18 0 5A 58 13 167 52 2C
Octal 316 24 30 0 132 130 23 547 122 54
Binary 11001110 10100 11000 0 1011010 1011000 10011 101100111 1010010 101100

Color Harmonies of #CE1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1418

Black with #CE1418

Text Example


Text Example

White with #CE1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1418; }

 p { color: rgb(206,20,24); }

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

background-color css

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

 a { background-color: rgb(206,20,24); }

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

border-color css

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

 span { border-color: rgb(206,20,24); }

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