Html Css Color HEX #CE1218 Fire Engine Red

📋 copy color: '#CE1218'

red 206 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #CE1218

Tints of Fire Engine Red #CE1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 83.06%
G = 7.26%
B = 9.68%

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

#CE1218 (or 0xCE1218) is known color: Fire Engine Red. HEX triplet: CE, 12 and 18. RGB value is (206,18,24). Sum of RGB (Red+Green+Blue) = 206+18+24=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1218 is #31EDE7. Grayscale: #4B4B4B. Windows color (decimal): -3272168 or 1577678. OLE color: 1577678.

HSL color Cylindrical-coordinate representation of color #CE1218: hue angle of 358.09º degrees, saturation: 0.84, 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 #CE1218 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 24 -
CMYK 0 0.91 0.88 0.19
HSL 358.09º 0.84% 0.44% -
HSV(B) 358.09º 0.91% 0.81% -
XYZ 25.83 13.62 2.13 -
YUV 74.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 206 18 24 0 0.91 0.88 0.19 358.09 0.84 0.44
Hex CE 12 18 0 5B 58 13 166 54 2C
Octal 316 22 30 0 133 130 23 546 124 54
Binary 11001110 10010 11000 0 1011011 1011000 10011 101100110 1010100 101100

Color Harmonies of #CE1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1218

Black with #CE1218

Text Example


Text Example

White with #CE1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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