Html Css Color HEX #D20526 Fire Engine Red

📋 copy color: '#D20526'

red 210 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #D20526

Tints of Fire Engine Red #D20526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 83%
G = 1.98%
B = 15.02%

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

#D20526 (or 0xD20526) is known color: Fire Engine Red. HEX triplet: D2, 05 and 26. RGB value is (210,5,38). Sum of RGB (Red+Green+Blue) = 210+5+38=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D20526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20526 is #2DFAD9. Grayscale: #464646. Windows color (decimal): -3013338 or 2491858. OLE color: 2491858.

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

Color convert

RGB 210 5 38 -
CMYK 0 0.98 0.82 0.18
HSL 350.34º 0.95% 0.42% -
HSV(B) 350.34º 0.98% 0.82% -
XYZ 26.98 13.95 3.1 -
YUV 70.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 210 5 38 0 0.98 0.82 0.18 350.34 0.95 0.42
Hex D2 5 26 0 62 52 12 15E 5F 2A
Octal 322 5 46 0 142 122 22 536 137 52
Binary 11010010 101 100110 0 1100010 1010010 10010 101011110 1011111 101010

Color Harmonies of #D20526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20526

Black with #D20526

Text Example


Text Example

White with #D20526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20526; }

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

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

background-color css

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

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

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

border-color css

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

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

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