Html Css Color HEX #CF072C Fire Engine Red

📋 copy color: '#CF072C'

red 207 ◦ green 7 ◦ blue 44

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

Shades of Fire Engine Red #CF072C

Tints of Fire Engine Red #CF072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 80.23%
G = 2.71%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF072C (or 0xCF072C) is known color: Fire Engine Red. HEX triplet: CF, 07 and 2C. RGB value is (207,7,44). Sum of RGB (Red+Green+Blue) = 207+7+44=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072C is #30F8D3. Grayscale: #474747. Windows color (decimal): -3209428 or 2885583. OLE color: 2885583.

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

Color convert

RGB 207 7 44 -
CMYK 0 0.97 0.79 0.19
HSL 348.9º 0.93% 0.42% -
HSV(B) 348.9º 0.97% 0.81% -
XYZ 26.26 13.6 3.62 -
YUV 71.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 207 7 44 0 0.97 0.79 0.19 348.9 0.93 0.42
Hex CF 7 2C 0 61 4F 13 15D 5D 2A
Octal 317 7 54 0 141 117 23 535 135 52
Binary 11001111 111 101100 0 1100001 1001111 10011 101011101 1011101 101010

Color Harmonies of #CF072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF072C

Black with #CF072C

Text Example


Text Example

White with #CF072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF072C; }

 p { color: rgb(207,7,44); }

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

background-color css

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

 a { background-color: rgb(207,7,44); }

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

border-color css

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

 span { border-color: rgb(207,7,44); }

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