Html Css Color HEX #D2072B Fire Engine Red

📋 copy color: '#D2072B'

red 210 ◦ green 7 ◦ blue 43

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

Shades of Fire Engine Red #D2072B

Tints of Fire Engine Red #D2072B

RGB

 RED value IS 210 (82.42% from 255) = 80.77%

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

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

R = 80.77%
G = 2.69%
B = 16.54%

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

#D2072B (or 0xD2072B) is known color: Fire Engine Red. HEX triplet: D2, 07 and 2B. RGB value is (210,7,43). Sum of RGB (Red+Green+Blue) = 210+7+43=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2072B is #2DF8D4. Grayscale: #474747. Windows color (decimal): -3012821 or 2820050. OLE color: 2820050.

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

Color convert

RGB 210 7 43 -
CMYK 0 0.97 0.80 0.18
HSL 349.36º 0.94% 0.43% -
HSV(B) 349.36º 0.97% 0.82% -
XYZ 27.09 14.03 3.57 -
YUV 71.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 210 7 43 0 0.97 0.80 0.18 349.36 0.94 0.43
Hex D2 7 2B 0 61 50 12 15D 5E 2B
Octal 322 7 53 0 141 120 22 535 136 53
Binary 11010010 111 101011 0 1100001 1010000 10010 101011101 1011110 101011

Color Harmonies of #D2072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2072B

Black with #D2072B

Text Example


Text Example

White with #D2072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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