Html Css Color HEX #CE1718 Fire Engine Red

📋 copy color: '#CE1718'

red 206 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #CE1718

Tints of Fire Engine Red #CE1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

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

R = 81.42%
G = 9.09%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1718 (or 0xCE1718) is known color: Fire Engine Red. HEX triplet: CE, 17 and 18. RGB value is (206,23,24). Sum of RGB (Red+Green+Blue) = 206+23+24=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1718 is #31E8E7. Grayscale: #4E4E4E. Windows color (decimal): -3270888 or 1578958. OLE color: 1578958.

HSL color Cylindrical-coordinate representation of color #CE1718: hue angle of 359.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1718 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 24 -
CMYK 0 0.89 0.88 0.19
HSL 359.67º 0.8% 0.45% -
HSV(B) 359.67º 0.89% 0.81% -
XYZ 25.92 13.8 2.16 -
YUV 77.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 206 23 24 0 0.89 0.88 0.19 359.67 0.8 0.45
Hex CE 17 18 0 59 58 13 168 50 2D
Octal 316 27 30 0 131 130 23 550 120 55
Binary 11001110 10111 11000 0 1011001 1011000 10011 101101000 1010000 101101

Color Harmonies of #CE1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1718

Black with #CE1718

Text Example


Text Example

White with #CE1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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