Html Css Color HEX #D5192B Fire Engine Red

📋 copy color: '#D5192B'

red 213 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D5192B

Tints of Fire Engine Red #D5192B

RGB

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

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

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

R = 75.8%
G = 8.9%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5192B (or 0xD5192B) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2B. RGB value is (213,25,43). Sum of RGB (Red+Green+Blue) = 213+25+43=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192B is #2AE6D4. Grayscale: #535353. Windows color (decimal): -2811605 or 2824661. OLE color: 2824661.

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

Color convert

RGB 213 25 43 -
CMYK 0 0.88 0.80 0.16
HSL 354.26º 0.79% 0.47% -
HSV(B) 354.26º 0.88% 0.84% -
XYZ 28.22 15.02 3.7 -
YUV 83.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 213 25 43 0 0.88 0.80 0.16 354.26 0.79 0.47
Hex D5 19 2B 0 58 50 10 162 4F 2F
Octal 325 31 53 0 130 120 20 542 117 57
Binary 11010101 11001 101011 0 1011000 1010000 10000 101100010 1001111 101111

Color Harmonies of #D5192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5192B

Black with #D5192B

Text Example


Text Example

White with #D5192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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