Html Css Color HEX #D20525 Fire Engine Red

📋 copy color: '#D20525'

red 210 ◦ green 5 ◦ blue 37

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

Shades of Fire Engine Red #D20525

Tints of Fire Engine Red #D20525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 83.33%
G = 1.98%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20525 (or 0xD20525) is known color: Fire Engine Red. HEX triplet: D2, 05 and 25. RGB value is (210,5,37). Sum of RGB (Red+Green+Blue) = 210+5+37=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20525 is #2DFADA. Grayscale: #464646. Windows color (decimal): -3013339 or 2426322. OLE color: 2426322.

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

Color convert

RGB 210 5 37 -
CMYK 0 0.98 0.82 0.18
HSL 350.63º 0.95% 0.42% -
HSV(B) 350.63º 0.98% 0.82% -
XYZ 26.97 13.94 3.02 -
YUV 69.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 210 5 37 0 0.98 0.82 0.18 350.63 0.95 0.42
Hex D2 5 25 0 62 52 12 15F 5F 2A
Octal 322 5 45 0 142 122 22 537 137 52
Binary 11010010 101 100101 0 1100010 1010010 10010 101011111 1011111 101010

Color Harmonies of #D20525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20525

Black with #D20525

Text Example


Text Example

White with #D20525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20525; }

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

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

background-color css

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

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

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

border-color css

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

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

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