Html Css Color HEX #D21927 Fire Engine Red

📋 copy color: '#D21927'

red 210 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #D21927

Tints of Fire Engine Red #D21927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 76.64%
G = 9.12%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D21927 (or 0xD21927) is known color: Fire Engine Red. HEX triplet: D2, 19 and 27. RGB value is (210,25,39). Sum of RGB (Red+Green+Blue) = 210+25+39=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D21927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21927 is #2DE6D8. Grayscale: #525252. Windows color (decimal): -3008217 or 2562514. OLE color: 2562514.

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

Color convert

RGB 210 25 39 -
CMYK 0 0.88 0.81 0.18
HSL 355.46º 0.79% 0.46% -
HSV(B) 355.46º 0.88% 0.82% -
XYZ 27.29 14.54 3.29 -
YUV 81.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 210 25 39 0 0.88 0.81 0.18 355.46 0.79 0.46
Hex D2 19 27 0 58 51 12 163 4F 2E
Octal 322 31 47 0 130 121 22 543 117 56
Binary 11010010 11001 100111 0 1011000 1010001 10010 101100011 1001111 101110

Color Harmonies of #D21927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21927

Black with #D21927

Text Example


Text Example

White with #D21927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21927; }

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

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

background-color css

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

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

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

border-color css

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

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

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