Html Css Color HEX #D20C27 Fire Engine Red

📋 copy color: '#D20C27'

red 210 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #D20C27

Tints of Fire Engine Red #D20C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

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

R = 80.46%
G = 4.6%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20C27 (or 0xD20C27) is known color: Fire Engine Red. HEX triplet: D2, 0C and 27. RGB value is (210,12,39). Sum of RGB (Red+Green+Blue) = 210+12+39=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C27 is #2DF3D8. Grayscale: #4A4A4A. Windows color (decimal): -3011545 or 2559186. OLE color: 2559186.

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

Color convert

RGB 210 12 39 -
CMYK 0 0.94 0.81 0.18
HSL 351.82º 0.89% 0.44% -
HSV(B) 351.82º 0.94% 0.82% -
XYZ 27.08 14.11 3.22 -
YUV 74.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 210 12 39 0 0.94 0.81 0.18 351.82 0.89 0.44
Hex D2 C 27 0 5E 51 12 160 59 2C
Octal 322 14 47 0 136 121 22 540 131 54
Binary 11010010 1100 100111 0 1011110 1010001 10010 101100000 1011001 101100

Color Harmonies of #D20C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C27

Black with #D20C27

Text Example


Text Example

White with #D20C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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