Html Css Color HEX #D21727 Fire Engine Red

📋 copy color: '#D21727'

red 210 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #D21727

Tints of Fire Engine Red #D21727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 77.21%
G = 8.46%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D21727 (or 0xD21727) is known color: Fire Engine Red. HEX triplet: D2, 17 and 27. RGB value is (210,23,39). Sum of RGB (Red+Green+Blue) = 210+23+39=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21727 is #2DE8D8. Grayscale: #505050. Windows color (decimal): -3008729 or 2562002. OLE color: 2562002.

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

Color convert

RGB 210 23 39 -
CMYK 0 0.89 0.81 0.18
HSL 354.87º 0.8% 0.46% -
HSV(B) 354.87º 0.89% 0.82% -
XYZ 27.25 14.46 3.27 -
YUV 80.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 210 23 39 0 0.89 0.81 0.18 354.87 0.8 0.46
Hex D2 17 27 0 59 51 12 163 50 2E
Octal 322 27 47 0 131 121 22 543 120 56
Binary 11010010 10111 100111 0 1011001 1010001 10010 101100011 1010000 101110

Color Harmonies of #D21727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21727

Black with #D21727

Text Example


Text Example

White with #D21727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21727; }

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

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

background-color css

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

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

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

border-color css

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

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

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