Html Css Color HEX #D5162D Fire Engine Red

📋 copy color: '#D5162D'

red 213 ◦ green 22 ◦ blue 45

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

Shades of Fire Engine Red #D5162D

Tints of Fire Engine Red #D5162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 76.07%
G = 7.86%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5162D (or 0xD5162D) is known color: Fire Engine Red. HEX triplet: D5, 16 and 2D. RGB value is (213,22,45). Sum of RGB (Red+Green+Blue) = 213+22+45=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5162D is #2AE9D2. Grayscale: #515151. Windows color (decimal): -2812371 or 2954965. OLE color: 2954965.

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

Color convert

RGB 213 22 45 -
CMYK 0 0.90 0.79 0.16
HSL 352.77º 0.81% 0.46% -
HSV(B) 352.77º 0.9% 0.84% -
XYZ 28.2 14.91 3.87 -
YUV 81.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 213 22 45 0 0.90 0.79 0.16 352.77 0.81 0.46
Hex D5 16 2D 0 5A 4F 10 161 51 2E
Octal 325 26 55 0 132 117 20 541 121 56
Binary 11010101 10110 101101 0 1011010 1001111 10000 101100001 1010001 101110

Color Harmonies of #D5162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5162D

Black with #D5162D

Text Example


Text Example

White with #D5162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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