Html Css Color HEX #D31522 Fire Engine Red

📋 copy color: '#D31522'

red 211 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #D31522

Tints of Fire Engine Red #D31522

RGB

 RED value IS 211 (82.81% from 255) = 79.32%

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

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

R = 79.32%
G = 7.89%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D31522 (or 0xD31522) is known color: Fire Engine Red. HEX triplet: D3, 15 and 22. RGB value is (211,21,34). Sum of RGB (Red+Green+Blue) = 211+21+34=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31522 is #2CEADD. Grayscale: #4F4F4F. Windows color (decimal): -2943710 or 2233811. OLE color: 2233811.

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

Color convert

RGB 211 21 34 -
CMYK 0 0.90 0.84 0.17
HSL 355.89º 0.82% 0.45% -
HSV(B) 355.89º 0.9% 0.83% -
XYZ 27.42 14.5 2.87 -
YUV 79.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 211 21 34 0 0.90 0.84 0.17 355.89 0.82 0.45
Hex D3 15 22 0 5A 54 11 164 52 2D
Octal 323 25 42 0 132 124 21 544 122 55
Binary 11010011 10101 100010 0 1011010 1010100 10001 101100100 1010010 101101

Color Harmonies of #D31522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31522

Black with #D31522

Text Example


Text Example

White with #D31522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31522; }

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

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

background-color css

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

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

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

border-color css

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

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

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