Html Css Color HEX #D21325 Fire Engine Red

📋 copy color: '#D21325'

red 210 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #D21325

Tints of Fire Engine Red #D21325

RGB

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

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

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

R = 78.95%
G = 7.14%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21325 (or 0xD21325) is known color: Fire Engine Red. HEX triplet: D2, 13 and 25. RGB value is (210,19,37). Sum of RGB (Red+Green+Blue) = 210+19+37=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D21325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21325 is #2DECDA. Grayscale: #4E4E4E. Windows color (decimal): -3009755 or 2429906. OLE color: 2429906.

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

Color convert

RGB 210 19 37 -
CMYK 0 0.91 0.82 0.18
HSL 354.35º 0.83% 0.45% -
HSV(B) 354.35º 0.91% 0.82% -
XYZ 27.15 14.3 3.08 -
YUV 78.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 210 19 37 0 0.91 0.82 0.18 354.35 0.83 0.45
Hex D2 13 25 0 5B 52 12 162 53 2D
Octal 322 23 45 0 133 122 22 542 123 55
Binary 11010010 10011 100101 0 1011011 1010010 10010 101100010 1010011 101101

Color Harmonies of #D21325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21325

Black with #D21325

Text Example


Text Example

White with #D21325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21325; }

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

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

background-color css

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

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

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

border-color css

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

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

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