Html Css Color HEX #CE1E20 Fire Engine Red

📋 copy color: '#CE1E20'

red 206 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #CE1E20

Tints of Fire Engine Red #CE1E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

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

R = 76.87%
G = 11.19%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1E20 (or 0xCE1E20) is known color: Fire Engine Red. HEX triplet: CE, 1E and 20. RGB value is (206,30,32). Sum of RGB (Red+Green+Blue) = 206+30+32=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E20 is #31E1DF. Grayscale: #535353. Windows color (decimal): -3269088 or 2105038. OLE color: 2105038.

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

Color convert

RGB 206 30 32 -
CMYK 0 0.85 0.84 0.19
HSL 359.32º 0.75% 0.46% -
HSV(B) 359.32º 0.85% 0.81% -
XYZ 26.18 14.15 2.72 -
YUV 82.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 206 30 32 0 0.85 0.84 0.19 359.32 0.75 0.46
Hex CE 1E 20 0 55 54 13 167 4B 2E
Octal 316 36 40 0 125 124 23 547 113 56
Binary 11001110 11110 100000 0 1010101 1010100 10011 101100111 1001011 101110

Color Harmonies of #CE1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E20

Black with #CE1E20

Text Example


Text Example

White with #CE1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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