Html Css Color HEX #CF2227 Fire Engine Red

📋 copy color: '#CF2227'

red 207 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #CF2227

Tints of Fire Engine Red #CF2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 73.93%
G = 12.14%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2227 (or 0xCF2227) is known color: Fire Engine Red. HEX triplet: CF, 22 and 27. RGB value is (207,34,39). Sum of RGB (Red+Green+Blue) = 207+34+39=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2227 is #30DDD8. Grayscale: #565656. Windows color (decimal): -3202521 or 2564815. OLE color: 2564815.

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

Color convert

RGB 207 34 39 -
CMYK 0 0.84 0.81 0.19
HSL 358.27º 0.72% 0.47% -
HSV(B) 358.27º 0.84% 0.81% -
XYZ 26.67 14.56 3.32 -
YUV 86.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 207 34 39 0 0.84 0.81 0.19 358.27 0.72 0.47
Hex CF 22 27 0 54 51 13 166 48 2F
Octal 317 42 47 0 124 121 23 546 110 57
Binary 11001111 100010 100111 0 1010100 1010001 10011 101100110 1001000 101111

Color Harmonies of #CF2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2227

Black with #CF2227

Text Example


Text Example

White with #CF2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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