Html Css Color HEX #CE1120 Fire Engine Red

📋 copy color: '#CE1120'

red 206 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #CE1120

Tints of Fire Engine Red #CE1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 80.78%
G = 6.67%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1120 (or 0xCE1120) is known color: Fire Engine Red. HEX triplet: CE, 11 and 20. RGB value is (206,17,32). Sum of RGB (Red+Green+Blue) = 206+17+32=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1120 is #31EEDF. Grayscale: #4B4B4B. Windows color (decimal): -3272416 or 2101710. OLE color: 2101710.

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

Color convert

RGB 206 17 32 -
CMYK 0 0.92 0.84 0.19
HSL 355.24º 0.85% 0.44% -
HSV(B) 355.24º 0.92% 0.81% -
XYZ 25.91 13.63 2.63 -
YUV 75.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 206 17 32 0 0.92 0.84 0.19 355.24 0.85 0.44
Hex CE 11 20 0 5C 54 13 163 55 2C
Octal 316 21 40 0 134 124 23 543 125 54
Binary 11001110 10001 100000 0 1011100 1010100 10011 101100011 1010101 101100

Color Harmonies of #CE1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1120

Black with #CE1120

Text Example


Text Example

White with #CE1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1120; }

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

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

background-color css

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

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

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

border-color css

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

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

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