Html Css Color HEX #CF222C Fire Engine Red

📋 copy color: '#CF222C'

red 207 ◦ green 34 ◦ blue 44

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

Shades of Fire Engine Red #CF222C

Tints of Fire Engine Red #CF222C

RGB

 RED value IS 207 (81.25% from 255) = 72.63%

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

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

R = 72.63%
G = 11.93%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF222C (or 0xCF222C) is known color: Fire Engine Red. HEX triplet: CF, 22 and 2C. RGB value is (207,34,44). Sum of RGB (Red+Green+Blue) = 207+34+44=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF222C is #30DDD3. Grayscale: #575757. Windows color (decimal): -3202516 or 2892495. OLE color: 2892495.

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

Color convert

RGB 207 34 44 -
CMYK 0 0.84 0.79 0.19
HSL 356.53º 0.72% 0.47% -
HSV(B) 356.53º 0.84% 0.81% -
XYZ 26.76 14.59 3.79 -
YUV 86.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 207 34 44 0 0.84 0.79 0.19 356.53 0.72 0.47
Hex CF 22 2C 0 54 4F 13 165 48 2F
Octal 317 42 54 0 124 117 23 545 110 57
Binary 11001111 100010 101100 0 1010100 1001111 10011 101100101 1001000 101111

Color Harmonies of #CF222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF222C

Black with #CF222C

Text Example


Text Example

White with #CF222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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