Html Css Color HEX #D20724 Fire Engine Red

📋 copy color: '#D20724'

red 210 ◦ green 7 ◦ blue 36

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

Shades of Fire Engine Red #D20724

Tints of Fire Engine Red #D20724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 83%
G = 2.77%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20724 (or 0xD20724) is known color: Fire Engine Red. HEX triplet: D2, 07 and 24. RGB value is (210,7,36). Sum of RGB (Red+Green+Blue) = 210+7+36=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D20724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20724 is #2DF8DB. Grayscale: #474747. Windows color (decimal): -3012828 or 2361298. OLE color: 2361298.

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

Color convert

RGB 210 7 36 -
CMYK 0 0.97 0.83 0.18
HSL 351.43º 0.94% 0.43% -
HSV(B) 351.43º 0.97% 0.82% -
XYZ 26.97 13.98 2.95 -
YUV 71 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 210 7 36 0 0.97 0.83 0.18 351.43 0.94 0.43
Hex D2 7 24 0 61 53 12 15F 5E 2B
Octal 322 7 44 0 141 123 22 537 136 53
Binary 11010010 111 100100 0 1100001 1010011 10010 101011111 1011110 101011

Color Harmonies of #D20724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20724

Black with #D20724

Text Example


Text Example

White with #D20724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20724; }

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

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

background-color css

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

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

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

border-color css

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

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

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