Html Css Color HEX #CE1220 Fire Engine Red

📋 copy color: '#CE1220'

red 206 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #CE1220

Tints of Fire Engine Red #CE1220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 80.47%
G = 7.03%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1220 (or 0xCE1220) is known color: Fire Engine Red. HEX triplet: CE, 12 and 20. RGB value is (206,18,32). Sum of RGB (Red+Green+Blue) = 206+18+32=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1220 is #31EDDF. Grayscale: #4B4B4B. Windows color (decimal): -3272160 or 2101966. OLE color: 2101966.

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

Color convert

RGB 206 18 32 -
CMYK 0 0.91 0.84 0.19
HSL 355.53º 0.84% 0.44% -
HSV(B) 355.53º 0.91% 0.81% -
XYZ 25.93 13.66 2.64 -
YUV 75.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 206 18 32 0 0.91 0.84 0.19 355.53 0.84 0.44
Hex CE 12 20 0 5B 54 13 164 54 2C
Octal 316 22 40 0 133 124 23 544 124 54
Binary 11001110 10010 100000 0 1011011 1010100 10011 101100100 1010100 101100

Color Harmonies of #CE1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1220

Black with #CE1220

Text Example


Text Example

White with #CE1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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