Html Css Color HEX #D21319 Fire Engine Red

📋 copy color: '#D21319'

red 210 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #D21319

Tints of Fire Engine Red #D21319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 82.68%
G = 7.48%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D21319 (or 0xD21319) is known color: Fire Engine Red. HEX triplet: D2, 13 and 19. RGB value is (210,19,25). Sum of RGB (Red+Green+Blue) = 210+19+25=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D21319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21319 is #2DECE6. Grayscale: #4C4C4C. Windows color (decimal): -3009767 or 1643474. OLE color: 1643474.

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

Color convert

RGB 210 19 25 -
CMYK 0 0.91 0.88 0.18
HSL 358.12º 0.83% 0.45% -
HSV(B) 358.12º 0.91% 0.82% -
XYZ 26.99 14.24 2.25 -
YUV 76.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 210 19 25 0 0.91 0.88 0.18 358.12 0.83 0.45
Hex D2 13 19 0 5B 58 12 166 53 2D
Octal 322 23 31 0 133 130 22 546 123 55
Binary 11010010 10011 11001 0 1011011 1011000 10010 101100110 1010011 101101

Color Harmonies of #D21319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21319

Black with #D21319

Text Example


Text Example

White with #D21319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21319; }

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

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

background-color css

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

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

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

border-color css

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

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

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