Html Css Color HEX #CF2226 Fire Engine Red

📋 copy color: '#CF2226'

red 207 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #CF2226

Tints of Fire Engine Red #CF2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 74.19%
G = 12.19%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2226 (or 0xCF2226) is known color: Fire Engine Red. HEX triplet: CF, 22 and 26. RGB value is (207,34,38). Sum of RGB (Red+Green+Blue) = 207+34+38=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2226 is #30DDD9. Grayscale: #565656. Windows color (decimal): -3202522 or 2499279. OLE color: 2499279.

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

Color convert

RGB 207 34 38 -
CMYK 0 0.84 0.82 0.19
HSL 358.61º 0.72% 0.47% -
HSV(B) 358.61º 0.84% 0.81% -
XYZ 26.65 14.55 3.24 -
YUV 86.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 207 34 38 0 0.84 0.82 0.19 358.61 0.72 0.47
Hex CF 22 26 0 54 52 13 167 48 2F
Octal 317 42 46 0 124 122 23 547 110 57
Binary 11001111 100010 100110 0 1010100 1010010 10011 101100111 1001000 101111

Color Harmonies of #CF2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2226

Black with #CF2226

Text Example


Text Example

White with #CF2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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