Html Css Color HEX #D21A25 Fire Engine Red

📋 copy color: '#D21A25'

red 210 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #D21A25

Tints of Fire Engine Red #D21A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

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

R = 76.92%
G = 9.52%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21A25 (or 0xD21A25) is known color: Fire Engine Red. HEX triplet: D2, 1A and 25. RGB value is (210,26,37). Sum of RGB (Red+Green+Blue) = 210+26+37=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A25 is #2DE5DA. Grayscale: #525252. Windows color (decimal): -3007963 or 2431698. OLE color: 2431698.

HSL color Cylindrical-coordinate representation of color #D21A25: hue angle of 356.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A25 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 37 -
CMYK 0 0.88 0.82 0.18
HSL 356.41º 0.78% 0.46% -
HSV(B) 356.41º 0.88% 0.82% -
XYZ 27.28 14.57 3.13 -
YUV 82.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 210 26 37 0 0.88 0.82 0.18 356.41 0.78 0.46
Hex D2 1A 25 0 58 52 12 164 4E 2E
Octal 322 32 45 0 130 122 22 544 116 56
Binary 11010010 11010 100101 0 1011000 1010010 10010 101100100 1001110 101110

Color Harmonies of #D21A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A25

Black with #D21A25

Text Example


Text Example

White with #D21A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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