Html Css Color HEX #D0072C Fire Engine Red

📋 copy color: '#D0072C'

red 208 ◦ green 7 ◦ blue 44

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

Shades of Fire Engine Red #D0072C

Tints of Fire Engine Red #D0072C

RGB

 RED value IS 208 (81.64% from 255) = 80.31%

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

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

R = 80.31%
G = 2.7%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0072C (or 0xD0072C) is known color: Fire Engine Red. HEX triplet: D0, 07 and 2C. RGB value is (208,7,44). Sum of RGB (Red+Green+Blue) = 208+7+44=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D0072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0072C is #2FF8D3. Grayscale: #474747. Windows color (decimal): -3143892 or 2885584. OLE color: 2885584.

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

Color convert

RGB 208 7 44 -
CMYK 0 0.97 0.79 0.18
HSL 348.96º 0.93% 0.42% -
HSV(B) 348.96º 0.97% 0.82% -
XYZ 26.54 13.74 3.64 -
YUV 71.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 208 7 44 0 0.97 0.79 0.18 348.96 0.93 0.42
Hex D0 7 2C 0 61 4F 12 15D 5D 2A
Octal 320 7 54 0 141 117 22 535 135 52
Binary 11010000 111 101100 0 1100001 1001111 10010 101011101 1011101 101010

Color Harmonies of #D0072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0072C

Black with #D0072C

Text Example


Text Example

White with #D0072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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