Html Css Color HEX #D20727 Fire Engine Red

📋 copy color: '#D20727'

red 210 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #D20727

Tints of Fire Engine Red #D20727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 82.03%
G = 2.73%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20727 (or 0xD20727) is known color: Fire Engine Red. HEX triplet: D2, 07 and 27. RGB value is (210,7,39). Sum of RGB (Red+Green+Blue) = 210+7+39=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D20727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20727 is #2DF8D8. Grayscale: #474747. Windows color (decimal): -3012825 or 2557906. OLE color: 2557906.

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

Color convert

RGB 210 7 39 -
CMYK 0 0.97 0.81 0.18
HSL 350.54º 0.94% 0.43% -
HSV(B) 350.54º 0.97% 0.82% -
XYZ 27.02 14 3.2 -
YUV 71.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 210 7 39 0 0.97 0.81 0.18 350.54 0.94 0.43
Hex D2 7 27 0 61 51 12 15F 5E 2B
Octal 322 7 47 0 141 121 22 537 136 53
Binary 11010010 111 100111 0 1100001 1010001 10010 101011111 1011110 101011

Color Harmonies of #D20727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20727

Black with #D20727

Text Example


Text Example

White with #D20727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20727; }

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

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

background-color css

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

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

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

border-color css

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

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

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