Html Css Color HEX #CF072A Fire Engine Red

📋 copy color: '#CF072A'

red 207 ◦ green 7 ◦ blue 42

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

Shades of Fire Engine Red #CF072A

Tints of Fire Engine Red #CF072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 80.86%
G = 2.73%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF072A (or 0xCF072A) is known color: Fire Engine Red. HEX triplet: CF, 07 and 2A. RGB value is (207,7,42). Sum of RGB (Red+Green+Blue) = 207+7+42=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072A is #30F8D5. Grayscale: #464646. Windows color (decimal): -3209430 or 2754511. OLE color: 2754511.

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

Color convert

RGB 207 7 42 -
CMYK 0 0.97 0.80 0.19
HSL 349.5º 0.93% 0.42% -
HSV(B) 349.5º 0.97% 0.81% -
XYZ 26.23 13.58 3.43 -
YUV 70.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 207 7 42 0 0.97 0.80 0.19 349.5 0.93 0.42
Hex CF 7 2A 0 61 50 13 15E 5D 2A
Octal 317 7 52 0 141 120 23 536 135 52
Binary 11001111 111 101010 0 1100001 1010000 10011 101011110 1011101 101010

Color Harmonies of #CF072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF072A

Black with #CF072A

Text Example


Text Example

White with #CF072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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