Html Css Color HEX #CF2122 Fire Engine Red

📋 copy color: '#CF2122'

red 207 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #CF2122

Tints of Fire Engine Red #CF2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 75.55%
G = 12.04%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF2122 (or 0xCF2122) is known color: Fire Engine Red. HEX triplet: CF, 21 and 22. RGB value is (207,33,34). Sum of RGB (Red+Green+Blue) = 207+33+34=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2122 is #30DEDD. Grayscale: #555555. Windows color (decimal): -3202782 or 2236879. OLE color: 2236879.

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

Color convert

RGB 207 33 34 -
CMYK 0 0.84 0.84 0.19
HSL 359.66º 0.73% 0.47% -
HSV(B) 359.66º 0.84% 0.81% -
XYZ 26.56 14.47 2.91 -
YUV 85.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 207 33 34 0 0.84 0.84 0.19 359.66 0.73 0.47
Hex CF 21 22 0 54 54 13 168 48 2F
Octal 317 41 42 0 124 124 23 550 110 57
Binary 11001111 100001 100010 0 1010100 1010100 10011 101101000 1001000 101111

Color Harmonies of #CF2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2122

Black with #CF2122

Text Example


Text Example

White with #CF2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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