Html Css Color HEX #CE1416 Fire Engine Red

📋 copy color: '#CE1416'

red 206 ◦ green 20 ◦ blue 22

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

Shades of Fire Engine Red #CE1416

Tints of Fire Engine Red #CE1416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 83.06%
G = 8.06%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE1416 (or 0xCE1416) is known color: Fire Engine Red. HEX triplet: CE, 14 and 16. RGB value is (206,20,22). Sum of RGB (Red+Green+Blue) = 206+20+22=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1416 is #31EBE9. Grayscale: #4C4C4C. Windows color (decimal): -3271658 or 1447118. OLE color: 1447118.

HSL color Cylindrical-coordinate representation of color #CE1416: hue angle of 359.35º 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 #CE1416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 22 -
CMYK 0 0.90 0.89 0.19
HSL 359.35º 0.82% 0.44% -
HSV(B) 359.35º 0.9% 0.81% -
XYZ 25.85 13.68 2.04 -
YUV 75.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 206 20 22 0 0.90 0.89 0.19 359.35 0.82 0.44
Hex CE 14 16 0 5A 59 13 167 52 2C
Octal 316 24 26 0 132 131 23 547 122 54
Binary 11001110 10100 10110 0 1011010 1011001 10011 101100111 1010010 101100

Color Harmonies of #CE1416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1416

Black with #CE1416

Text Example


Text Example

White with #CE1416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1416; }

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

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

background-color css

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

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

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

border-color css

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

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

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