Html Css Color HEX #D51622 Fire Engine Red

📋 copy color: '#D51622'

red 213 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #D51622

Tints of Fire Engine Red #D51622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 79.18%
G = 8.18%
B = 12.64%

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

#D51622 (or 0xD51622) is known color: Fire Engine Red. HEX triplet: D5, 16 and 22. RGB value is (213,22,34). Sum of RGB (Red+Green+Blue) = 213+22+34=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D51622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51622 is #2AE9DD. Grayscale: #505050. Windows color (decimal): -2812382 or 2234069. OLE color: 2234069.

HSL color Cylindrical-coordinate representation of color #D51622: hue angle of 356.23º degrees, saturation: 0.81, 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 #D51622 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 34 -
CMYK 0 0.90 0.84 0.16
HSL 356.23º 0.81% 0.46% -
HSV(B) 356.23º 0.9% 0.84% -
XYZ 28.02 14.84 2.9 -
YUV 80.48 101.78 222.52 -
System Red Green Blue C M Y K H S L
Decimal 213 22 34 0 0.90 0.84 0.16 356.23 0.81 0.46
Hex D5 16 22 0 5A 54 10 164 51 2E
Octal 325 26 42 0 132 124 20 544 121 56
Binary 11010101 10110 100010 0 1011010 1010100 10000 101100100 1010001 101110

Color Harmonies of #D51622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51622

Black with #D51622

Text Example


Text Example

White with #D51622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51622; }

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

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

background-color css

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

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

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

border-color css

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

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

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