Html Css Color HEX #D5192E Fire Engine Red

📋 copy color: '#D5192E'

red 213 ◦ green 25 ◦ blue 46

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

Shades of Fire Engine Red #D5192E

Tints of Fire Engine Red #D5192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 75%
G = 8.8%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5192E (or 0xD5192E) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2E. RGB value is (213,25,46). Sum of RGB (Red+Green+Blue) = 213+25+46=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192E is #2AE6D1. Grayscale: #535353. Windows color (decimal): -2811602 or 3021269. OLE color: 3021269.

HSL color Cylindrical-coordinate representation of color #D5192E: hue angle of 353.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5192E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 46 -
CMYK 0 0.88 0.78 0.16
HSL 353.3º 0.79% 0.47% -
HSV(B) 353.3º 0.88% 0.84% -
XYZ 28.28 15.04 4 -
YUV 83.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 213 25 46 0 0.88 0.78 0.16 353.3 0.79 0.47
Hex D5 19 2E 0 58 4E 10 161 4F 2F
Octal 325 31 56 0 130 116 20 541 117 57
Binary 11010101 11001 101110 0 1011000 1001110 10000 101100001 1001111 101111

Color Harmonies of #D5192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5192E

Black with #D5192E

Text Example


Text Example

White with #D5192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5192E; }

 p { color: rgb(213,25,46); }

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

background-color css

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

 a { background-color: rgb(213,25,46); }

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

border-color css

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

 span { border-color: rgb(213,25,46); }

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