Html Css Color HEX #CF2228 Fire Engine Red

📋 copy color: '#CF2228'

red 207 ◦ green 34 ◦ blue 40

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

Shades of Fire Engine Red #CF2228

Tints of Fire Engine Red #CF2228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 73.67%
G = 12.1%
B = 14.23%

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

#CF2228 (or 0xCF2228) is known color: Fire Engine Red. HEX triplet: CF, 22 and 28. RGB value is (207,34,40). Sum of RGB (Red+Green+Blue) = 207+34+40=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2228 is #30DDD7. Grayscale: #565656. Windows color (decimal): -3202520 or 2630351. OLE color: 2630351.

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

Color convert

RGB 207 34 40 -
CMYK 0 0.84 0.81 0.19
HSL 357.92º 0.72% 0.47% -
HSV(B) 357.92º 0.84% 0.81% -
XYZ 26.69 14.56 3.41 -
YUV 86.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 207 34 40 0 0.84 0.81 0.19 357.92 0.72 0.47
Hex CF 22 28 0 54 51 13 166 48 2F
Octal 317 42 50 0 124 121 23 546 110 57
Binary 11001111 100010 101000 0 1010100 1010001 10011 101100110 1001000 101111

Color Harmonies of #CF2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2228

Black with #CF2228

Text Example


Text Example

White with #CF2228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2228; }

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

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

background-color css

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

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

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

border-color css

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

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

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