Html Css Color HEX #CE1221 Fire Engine Red

📋 copy color: '#CE1221'

red 206 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #CE1221

Tints of Fire Engine Red #CE1221

RGB

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

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

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

R = 80.16%
G = 7%
B = 12.84%

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

#CE1221 (or 0xCE1221) is known color: Fire Engine Red. HEX triplet: CE, 12 and 21. RGB value is (206,18,33). Sum of RGB (Red+Green+Blue) = 206+18+33=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1221 is #31EDDE. Grayscale: #4C4C4C. Windows color (decimal): -3272159 or 2167502. OLE color: 2167502.

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

Color convert

RGB 206 18 33 -
CMYK 0 0.91 0.84 0.19
HSL 355.21º 0.84% 0.44% -
HSV(B) 355.21º 0.91% 0.81% -
XYZ 25.94 13.66 2.71 -
YUV 75.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 206 18 33 0 0.91 0.84 0.19 355.21 0.84 0.44
Hex CE 12 21 0 5B 54 13 163 54 2C
Octal 316 22 41 0 133 124 23 543 124 54
Binary 11001110 10010 100001 0 1011011 1010100 10011 101100011 1010100 101100

Color Harmonies of #CE1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1221

Black with #CE1221

Text Example


Text Example

White with #CE1221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1221; }

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

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

background-color css

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

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

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

border-color css

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

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

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