Html Css Color HEX #D20527 Fire Engine Red

📋 copy color: '#D20527'

red 210 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #D20527

Tints of Fire Engine Red #D20527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 82.68%
G = 1.97%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20527 (or 0xD20527) is known color: Fire Engine Red. HEX triplet: D2, 05 and 27. RGB value is (210,5,39). Sum of RGB (Red+Green+Blue) = 210+5+39=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D20527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20527 is #2DFAD8. Grayscale: #464646. Windows color (decimal): -3013337 or 2557394. OLE color: 2557394.

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

Color convert

RGB 210 5 39 -
CMYK 0 0.98 0.81 0.18
HSL 350.05º 0.95% 0.42% -
HSV(B) 350.05º 0.98% 0.82% -
XYZ 27 13.96 3.19 -
YUV 70.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 210 5 39 0 0.98 0.81 0.18 350.05 0.95 0.42
Hex D2 5 27 0 62 51 12 15E 5F 2A
Octal 322 5 47 0 142 121 22 536 137 52
Binary 11010010 101 100111 0 1100010 1010001 10010 101011110 1011111 101010

Color Harmonies of #D20527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20527

Black with #D20527

Text Example


Text Example

White with #D20527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20527; }

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

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

background-color css

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

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

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

border-color css

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

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

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