Html Css Color HEX #CE1921 Fire Engine Red

📋 copy color: '#CE1921'

red 206 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #CE1921

Tints of Fire Engine Red #CE1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 78.03%
G = 9.47%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1921 (or 0xCE1921) is known color: Fire Engine Red. HEX triplet: CE, 19 and 21. RGB value is (206,25,33). Sum of RGB (Red+Green+Blue) = 206+25+33=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1921 is #31E6DE. Grayscale: #505050. Windows color (decimal): -3270367 or 2169294. OLE color: 2169294.

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

Color convert

RGB 206 25 33 -
CMYK 0 0.88 0.84 0.19
HSL 357.35º 0.78% 0.45% -
HSV(B) 357.35º 0.88% 0.81% -
XYZ 26.08 13.93 2.75 -
YUV 80.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 206 25 33 0 0.88 0.84 0.19 357.35 0.78 0.45
Hex CE 19 21 0 58 54 13 165 4E 2D
Octal 316 31 41 0 130 124 23 545 116 55
Binary 11001110 11001 100001 0 1011000 1010100 10011 101100101 1001110 101101

Color Harmonies of #CE1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1921

Black with #CE1921

Text Example


Text Example

White with #CE1921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1921; }

 p { color: rgb(206,25,33); }

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

background-color css

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

 a { background-color: rgb(206,25,33); }

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

border-color css

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

 span { border-color: rgb(206,25,33); }

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