Html Css Color HEX #CF072B Fire Engine Red

📋 copy color: '#CF072B'

red 207 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #CF072B

Tints of Fire Engine Red #CF072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 80.54%
G = 2.72%
B = 16.73%

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

#CF072B (or 0xCF072B) is known color: Fire Engine Red. HEX triplet: CF, 07 and 2B. RGB value is (207,7,43). Sum of RGB (Red+Green+Blue) = 207+7+43=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072B is #30F8D4. Grayscale: #464646. Windows color (decimal): -3209429 or 2820047. OLE color: 2820047.

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

Color convert

RGB 207 7 43 -
CMYK 0 0.97 0.79 0.19
HSL 349.2º 0.93% 0.42% -
HSV(B) 349.2º 0.97% 0.81% -
XYZ 26.24 13.59 3.53 -
YUV 70.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 207 7 43 0 0.97 0.79 0.19 349.2 0.93 0.42
Hex CF 7 2B 0 61 4F 13 15D 5D 2A
Octal 317 7 53 0 141 117 23 535 135 52
Binary 11001111 111 101011 0 1100001 1001111 10011 101011101 1011101 101010

Color Harmonies of #CF072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF072B

Black with #CF072B

Text Example


Text Example

White with #CF072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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