Html Css Color HEX #CE1620 Fire Engine Red

📋 copy color: '#CE1620'

red 206 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #CE1620

Tints of Fire Engine Red #CE1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 79.23%
G = 8.46%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1620 (or 0xCE1620) is known color: Fire Engine Red. HEX triplet: CE, 16 and 20. RGB value is (206,22,32). Sum of RGB (Red+Green+Blue) = 206+22+32=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1620 is #31E9DF. Grayscale: #4E4E4E. Windows color (decimal): -3271136 or 2102990. OLE color: 2102990.

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

Color convert

RGB 206 22 32 -
CMYK 0 0.89 0.84 0.19
HSL 356.74º 0.81% 0.45% -
HSV(B) 356.74º 0.89% 0.81% -
XYZ 26 13.8 2.66 -
YUV 78.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 206 22 32 0 0.89 0.84 0.19 356.74 0.81 0.45
Hex CE 16 20 0 59 54 13 165 51 2D
Octal 316 26 40 0 131 124 23 545 121 55
Binary 11001110 10110 100000 0 1011001 1010100 10011 101100101 1010001 101101

Color Harmonies of #CE1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1620

Black with #CE1620

Text Example


Text Example

White with #CE1620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1620; }

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

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

background-color css

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

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

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

border-color css

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

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

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