Html Css Color HEX #CF2224 Fire Engine Red

📋 copy color: '#CF2224'

red 207 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #CF2224

Tints of Fire Engine Red #CF2224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 74.73%
G = 12.27%
B = 13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF2224 (or 0xCF2224) is known color: Fire Engine Red. HEX triplet: CF, 22 and 24. RGB value is (207,34,36). Sum of RGB (Red+Green+Blue) = 207+34+36=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2224 is #30DDDB. Grayscale: #565656. Windows color (decimal): -3202524 or 2368207. OLE color: 2368207.

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

Color convert

RGB 207 34 36 -
CMYK 0 0.84 0.83 0.19
HSL 359.31º 0.72% 0.47% -
HSV(B) 359.31º 0.84% 0.81% -
XYZ 26.62 14.54 3.07 -
YUV 85.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 207 34 36 0 0.84 0.83 0.19 359.31 0.72 0.47
Hex CF 22 24 0 54 53 13 167 48 2F
Octal 317 42 44 0 124 123 23 547 110 57
Binary 11001111 100010 100100 0 1010100 1010011 10011 101100111 1001000 101111

Color Harmonies of #CF2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2224

Black with #CF2224

Text Example


Text Example

White with #CF2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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