Html Css Color HEX #D21528 Fire Engine Red

📋 copy color: '#D21528'

red 210 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #D21528

Tints of Fire Engine Red #D21528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 77.49%
G = 7.75%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D21528 (or 0xD21528) is known color: Fire Engine Red. HEX triplet: D2, 15 and 28. RGB value is (210,21,40). Sum of RGB (Red+Green+Blue) = 210+21+40=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D21528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21528 is #2DEAD7. Grayscale: #4F4F4F. Windows color (decimal): -3009240 or 2627026. OLE color: 2627026.

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

Color convert

RGB 210 21 40 -
CMYK 0 0.90 0.81 0.18
HSL 353.97º 0.82% 0.45% -
HSV(B) 353.97º 0.9% 0.82% -
XYZ 27.23 14.39 3.35 -
YUV 79.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 210 21 40 0 0.90 0.81 0.18 353.97 0.82 0.45
Hex D2 15 28 0 5A 51 12 162 52 2D
Octal 322 25 50 0 132 121 22 542 122 55
Binary 11010010 10101 101000 0 1011010 1010001 10010 101100010 1010010 101101

Color Harmonies of #D21528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21528

Black with #D21528

Text Example


Text Example

White with #D21528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21528; }

 p { color: rgb(210,21,40); }

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

background-color css

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

 a { background-color: rgb(210,21,40); }

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

border-color css

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

 span { border-color: rgb(210,21,40); }

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