Html Css Color HEX #D51821 Fire Engine Red

📋 copy color: '#D51821'

red 213 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #D51821

Tints of Fire Engine Red #D51821

RGB

 RED value IS 213 (83.59% from 255) = 78.89%

 GREEN value IS 24 (9.77% from 255) = 8.89%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 78.89%
G = 8.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51821 (or 0xD51821) is known color: Fire Engine Red. HEX triplet: D5, 18 and 21. RGB value is (213,24,33). Sum of RGB (Red+Green+Blue) = 213+24+33=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D51821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51821 is #2AE7DE. Grayscale: #515151. Windows color (decimal): -2811871 or 2169045. OLE color: 2169045.

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

Color convert

RGB 213 24 33 -
CMYK 0 0.89 0.85 0.16
HSL 357.14º 0.8% 0.46% -
HSV(B) 357.14º 0.89% 0.84% -
XYZ 28.04 14.91 2.84 -
YUV 81.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 213 24 33 0 0.89 0.85 0.16 357.14 0.8 0.46
Hex D5 18 21 0 59 55 10 165 50 2E
Octal 325 30 41 0 131 125 20 545 120 56
Binary 11010101 11000 100001 0 1011001 1010101 10000 101100101 1010000 101110

Color Harmonies of #D51821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51821

Black with #D51821

Text Example


Text Example

White with #D51821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51821; }

 p { color: rgb(213,24,33); }

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

background-color css

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

 a { background-color: rgb(213,24,33); }

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

border-color css

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

 span { border-color: rgb(213,24,33); }

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