Html Css Color HEX #D5192C Fire Engine Red

📋 copy color: '#D5192C'

red 213 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #D5192C

Tints of Fire Engine Red #D5192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 75.53%
G = 8.87%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5192C (or 0xD5192C) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2C. RGB value is (213,25,44). Sum of RGB (Red+Green+Blue) = 213+25+44=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192C is #2AE6D3. Grayscale: #535353. Windows color (decimal): -2811604 or 2890197. OLE color: 2890197.

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

Color convert

RGB 213 25 44 -
CMYK 0 0.88 0.79 0.16
HSL 353.94º 0.79% 0.47% -
HSV(B) 353.94º 0.88% 0.84% -
XYZ 28.24 15.02 3.79 -
YUV 83.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 213 25 44 0 0.88 0.79 0.16 353.94 0.79 0.47
Hex D5 19 2C 0 58 4F 10 162 4F 2F
Octal 325 31 54 0 130 117 20 542 117 57
Binary 11010101 11001 101100 0 1011000 1001111 10000 101100010 1001111 101111

Color Harmonies of #D5192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5192C

Black with #D5192C

Text Example


Text Example

White with #D5192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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