Html Css Color HEX #D3192B Fire Engine Red

📋 copy color: '#D3192B'

red 211 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D3192B

Tints of Fire Engine Red #D3192B

RGB

 RED value IS 211 (82.81% from 255) = 75.63%

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

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

R = 75.63%
G = 8.96%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3192B (or 0xD3192B) is known color: Fire Engine Red. HEX triplet: D3, 19 and 2B. RGB value is (211,25,43). Sum of RGB (Red+Green+Blue) = 211+25+43=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3192B is #2CE6D4. Grayscale: #525252. Windows color (decimal): -2942677 or 2824659. OLE color: 2824659.

HSL color Cylindrical-coordinate representation of color #D3192B: hue angle of 354.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3192B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 25 43 -
CMYK 0 0.88 0.80 0.17
HSL 354.19º 0.79% 0.46% -
HSV(B) 354.19º 0.88% 0.83% -
XYZ 27.65 14.72 3.67 -
YUV 82.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 211 25 43 0 0.88 0.80 0.17 354.19 0.79 0.46
Hex D3 19 2B 0 58 50 11 162 4F 2E
Octal 323 31 53 0 130 120 21 542 117 56
Binary 11010011 11001 101011 0 1011000 1010000 10001 101100010 1001111 101110

Color Harmonies of #D3192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3192B

Black with #D3192B

Text Example


Text Example

White with #D3192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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