Html Css Color HEX #D21726 Fire Engine Red

📋 copy color: '#D21726'

red 210 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #D21726

Tints of Fire Engine Red #D21726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 77.49%
G = 8.49%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21726 (or 0xD21726) is known color: Fire Engine Red. HEX triplet: D2, 17 and 26. RGB value is (210,23,38). Sum of RGB (Red+Green+Blue) = 210+23+38=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D21726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21726 is #2DE8D9. Grayscale: #505050. Windows color (decimal): -3008730 or 2496466. OLE color: 2496466.

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

Color convert

RGB 210 23 38 -
CMYK 0 0.89 0.82 0.18
HSL 355.19º 0.8% 0.46% -
HSV(B) 355.19º 0.89% 0.82% -
XYZ 27.23 14.45 3.19 -
YUV 80.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 210 23 38 0 0.89 0.82 0.18 355.19 0.8 0.46
Hex D2 17 26 0 59 52 12 163 50 2E
Octal 322 27 46 0 131 122 22 543 120 56
Binary 11010010 10111 100110 0 1011001 1010010 10010 101100011 1010000 101110

Color Harmonies of #D21726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21726

Black with #D21726

Text Example


Text Example

White with #D21726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21726; }

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

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

background-color css

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

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

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

border-color css

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

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

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