Html Css Color HEX #CE222C Fire Engine Red

📋 copy color: '#CE222C'

red 206 ◦ green 34 ◦ blue 44

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

Shades of Fire Engine Red #CE222C

Tints of Fire Engine Red #CE222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 72.54%
G = 11.97%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE222C (or 0xCE222C) is known color: Fire Engine Red. HEX triplet: CE, 22 and 2C. RGB value is (206,34,44). Sum of RGB (Red+Green+Blue) = 206+34+44=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE222C is #31DDD3. Grayscale: #565656. Windows color (decimal): -3268052 or 2892494. OLE color: 2892494.

HSL color Cylindrical-coordinate representation of color #CE222C: hue angle of 356.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE222C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 44 -
CMYK 0 0.83 0.79 0.19
HSL 356.51º 0.72% 0.47% -
HSV(B) 356.51º 0.83% 0.81% -
XYZ 26.48 14.45 3.78 -
YUV 86.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 206 34 44 0 0.83 0.79 0.19 356.51 0.72 0.47
Hex CE 22 2C 0 53 4F 13 165 48 2F
Octal 316 42 54 0 123 117 23 545 110 57
Binary 11001110 100010 101100 0 1010011 1001111 10011 101100101 1001000 101111

Color Harmonies of #CE222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE222C

Black with #CE222C

Text Example


Text Example

White with #CE222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE222C; }

 p { color: rgb(206,34,44); }

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

background-color css

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

 a { background-color: rgb(206,34,44); }

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

border-color css

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

 span { border-color: rgb(206,34,44); }

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