Html Css Color HEX #D0072A Fire Engine Red

📋 copy color: '#D0072A'

red 208 ◦ green 7 ◦ blue 42

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

Shades of Fire Engine Red #D0072A

Tints of Fire Engine Red #D0072A

RGB

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

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

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

R = 80.93%
G = 2.72%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0072A (or 0xD0072A) is known color: Fire Engine Red. HEX triplet: D0, 07 and 2A. RGB value is (208,7,42). Sum of RGB (Red+Green+Blue) = 208+7+42=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D0072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0072A is #2FF8D5. Grayscale: #474747. Windows color (decimal): -3143894 or 2754512. OLE color: 2754512.

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

Color convert

RGB 208 7 42 -
CMYK 0 0.97 0.80 0.18
HSL 349.55º 0.93% 0.42% -
HSV(B) 349.55º 0.97% 0.82% -
XYZ 26.51 13.73 3.44 -
YUV 71.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 208 7 42 0 0.97 0.80 0.18 349.55 0.93 0.42
Hex D0 7 2A 0 61 50 12 15E 5D 2A
Octal 320 7 52 0 141 120 22 536 135 52
Binary 11010000 111 101010 0 1100001 1010000 10010 101011110 1011101 101010

Color Harmonies of #D0072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0072A

Black with #D0072A

Text Example


Text Example

White with #D0072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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