Html Css Color HEX #D21328 Fire Engine Red

📋 copy color: '#D21328'

red 210 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #D21328

Tints of Fire Engine Red #D21328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 78.07%
G = 7.06%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D21328 (or 0xD21328) is known color: Fire Engine Red. HEX triplet: D2, 13 and 28. RGB value is (210,19,40). Sum of RGB (Red+Green+Blue) = 210+19+40=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21328 is #2DECD7. Grayscale: #4E4E4E. Windows color (decimal): -3009752 or 2626514. OLE color: 2626514.

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

Color convert

RGB 210 19 40 -
CMYK 0 0.91 0.81 0.18
HSL 353.4º 0.83% 0.45% -
HSV(B) 353.4º 0.91% 0.82% -
XYZ 27.19 14.32 3.34 -
YUV 78.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 210 19 40 0 0.91 0.81 0.18 353.4 0.83 0.45
Hex D2 13 28 0 5B 51 12 161 53 2D
Octal 322 23 50 0 133 121 22 541 123 55
Binary 11010010 10011 101000 0 1011011 1010001 10010 101100001 1010011 101101

Color Harmonies of #D21328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21328

Black with #D21328

Text Example


Text Example

White with #D21328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21328; }

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

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

background-color css

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

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

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

border-color css

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

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

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