Html Css Color HEX #D21E27 Fire Engine Red

📋 copy color: '#D21E27'

red 210 ◦ green 30 ◦ blue 39

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

Shades of Fire Engine Red #D21E27

Tints of Fire Engine Red #D21E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

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

R = 75.27%
G = 10.75%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D21E27 (or 0xD21E27) is known color: Fire Engine Red. HEX triplet: D2, 1E and 27. RGB value is (210,30,39). Sum of RGB (Red+Green+Blue) = 210+30+39=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E27 is #2DE1D8. Grayscale: #545454. Windows color (decimal): -3006937 or 2563794. OLE color: 2563794.

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

Color convert

RGB 210 30 39 -
CMYK 0 0.86 0.81 0.18
HSL 357º 0.75% 0.47% -
HSV(B) 357º 0.86% 0.82% -
XYZ 27.41 14.78 3.33 -
YUV 84.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 210 30 39 0 0.86 0.81 0.18 357 0.75 0.47
Hex D2 1E 27 0 56 51 12 165 4B 2F
Octal 322 36 47 0 126 121 22 545 113 57
Binary 11010010 11110 100111 0 1010110 1010001 10010 101100101 1001011 101111

Color Harmonies of #D21E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E27

Black with #D21E27

Text Example


Text Example

White with #D21E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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