Html Css Color HEX #CF0F20 Fire Engine Red

📋 copy color: '#CF0F20'

red 207 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #CF0F20

Tints of Fire Engine Red #CF0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 81.5%
G = 5.91%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0F20 (or 0xCF0F20) is known color: Fire Engine Red. HEX triplet: CF, 0F and 20. RGB value is (207,15,32). Sum of RGB (Red+Green+Blue) = 207+15+32=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F20 is #30F0DF. Grayscale: #4A4A4A. Windows color (decimal): -3207392 or 2101199. OLE color: 2101199.

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

Color convert

RGB 207 15 32 -
CMYK 0 0.93 0.85 0.19
HSL 354.69º 0.86% 0.44% -
HSV(B) 354.69º 0.93% 0.81% -
XYZ 26.16 13.71 2.63 -
YUV 74.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 207 15 32 0 0.93 0.85 0.19 354.69 0.86 0.44
Hex CF F 20 0 5D 55 13 163 56 2C
Octal 317 17 40 0 135 125 23 543 126 54
Binary 11001111 1111 100000 0 1011101 1010101 10011 101100011 1010110 101100

Color Harmonies of #CF0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F20

Black with #CF0F20

Text Example


Text Example

White with #CF0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F20; }

 p { color: rgb(207,15,32); }

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

background-color css

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

 a { background-color: rgb(207,15,32); }

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

border-color css

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

 span { border-color: rgb(207,15,32); }

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