Html Css Color HEX #D51522 Fire Engine Red

📋 copy color: '#D51522'

red 213 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #D51522

Tints of Fire Engine Red #D51522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 79.48%
G = 7.84%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51522 (or 0xD51522) is known color: Fire Engine Red. HEX triplet: D5, 15 and 22. RGB value is (213,21,34). Sum of RGB (Red+Green+Blue) = 213+21+34=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D51522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51522 is #2AEADD. Grayscale: #505050. Windows color (decimal): -2812638 or 2233813. OLE color: 2233813.

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

Color convert

RGB 213 21 34 -
CMYK 0 0.90 0.84 0.16
HSL 355.94º 0.82% 0.46% -
HSV(B) 355.94º 0.9% 0.84% -
XYZ 28 14.8 2.89 -
YUV 79.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 213 21 34 0 0.90 0.84 0.16 355.94 0.82 0.46
Hex D5 15 22 0 5A 54 10 164 52 2E
Octal 325 25 42 0 132 124 20 544 122 56
Binary 11010101 10101 100010 0 1011010 1010100 10000 101100100 1010010 101110

Color Harmonies of #D51522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51522

Black with #D51522

Text Example


Text Example

White with #D51522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51522; }

 p { color: rgb(213,21,34); }

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

background-color css

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

 a { background-color: rgb(213,21,34); }

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

border-color css

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

 span { border-color: rgb(213,21,34); }

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