Html Css Color HEX #CE1318 Fire Engine Red

📋 copy color: '#CE1318'

red 206 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #CE1318

Tints of Fire Engine Red #CE1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 82.73%
G = 7.63%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1318 (or 0xCE1318) is known color: Fire Engine Red. HEX triplet: CE, 13 and 18. RGB value is (206,19,24). Sum of RGB (Red+Green+Blue) = 206+19+24=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1318 is #31ECE7. Grayscale: #4B4B4B. Windows color (decimal): -3271912 or 1577934. OLE color: 1577934.

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

Color convert

RGB 206 19 24 -
CMYK 0 0.91 0.88 0.19
HSL 358.4º 0.83% 0.44% -
HSV(B) 358.4º 0.91% 0.81% -
XYZ 25.85 13.65 2.14 -
YUV 75.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 206 19 24 0 0.91 0.88 0.19 358.4 0.83 0.44
Hex CE 13 18 0 5B 58 13 166 53 2C
Octal 316 23 30 0 133 130 23 546 123 54
Binary 11001110 10011 11000 0 1011011 1011000 10011 101100110 1010011 101100

Color Harmonies of #CE1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1318

Black with #CE1318

Text Example


Text Example

White with #CE1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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