Html Css Color HEX #CF0822 Fire Engine Red

📋 copy color: '#CF0822'

red 207 ◦ green 8 ◦ blue 34

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

Shades of Fire Engine Red #CF0822

Tints of Fire Engine Red #CF0822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 83.13%
G = 3.21%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF0822 (or 0xCF0822) is known color: Fire Engine Red. HEX triplet: CF, 08 and 22. RGB value is (207,8,34). Sum of RGB (Red+Green+Blue) = 207+8+34=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0822 is #30F7DD. Grayscale: #464646. Windows color (decimal): -3209182 or 2230479. OLE color: 2230479.

HSL color Cylindrical-coordinate representation of color #CF0822: hue angle of 352.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0822 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 8 34 -
CMYK 0 0.96 0.84 0.19
HSL 352.16º 0.93% 0.42% -
HSV(B) 352.16º 0.96% 0.81% -
XYZ 26.11 13.55 2.75 -
YUV 70.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 207 8 34 0 0.96 0.84 0.19 352.16 0.93 0.42
Hex CF 8 22 0 60 54 13 160 5D 2A
Octal 317 10 42 0 140 124 23 540 135 52
Binary 11001111 1000 100010 0 1100000 1010100 10011 101100000 1011101 101010

Color Harmonies of #CF0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0822

Black with #CF0822

Text Example


Text Example

White with #CF0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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