Html Css Color HEX #D5162B Fire Engine Red

📋 copy color: '#D5162B'

red 213 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #D5162B

Tints of Fire Engine Red #D5162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 76.62%
G = 7.91%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5162B (or 0xD5162B) is known color: Fire Engine Red. HEX triplet: D5, 16 and 2B. RGB value is (213,22,43). Sum of RGB (Red+Green+Blue) = 213+22+43=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5162B is #2AE9D4. Grayscale: #515151. Windows color (decimal): -2812373 or 2823893. OLE color: 2823893.

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

Color convert

RGB 213 22 43 -
CMYK 0 0.90 0.80 0.16
HSL 353.4º 0.81% 0.46% -
HSV(B) 353.4º 0.9% 0.84% -
XYZ 28.16 14.89 3.68 -
YUV 81.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 213 22 43 0 0.90 0.80 0.16 353.4 0.81 0.46
Hex D5 16 2B 0 5A 50 10 161 51 2E
Octal 325 26 53 0 132 120 20 541 121 56
Binary 11010101 10110 101011 0 1011010 1010000 10000 101100001 1010001 101110

Color Harmonies of #D5162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5162B

Black with #D5162B

Text Example


Text Example

White with #D5162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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