Html Css Color HEX #D3191D Fire Engine Red

📋 copy color: '#D3191D'

red 211 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #D3191D

Tints of Fire Engine Red #D3191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 79.62%
G = 9.43%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3191D (or 0xD3191D) is known color: Fire Engine Red. HEX triplet: D3, 19 and 1D. RGB value is (211,25,29). Sum of RGB (Red+Green+Blue) = 211+25+29=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D3191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3191D is #2CE6E2. Grayscale: #515151. Windows color (decimal): -2942691 or 1907155. OLE color: 1907155.

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

Color convert

RGB 211 25 29 -
CMYK 0 0.88 0.86 0.17
HSL 358.71º 0.79% 0.46% -
HSV(B) 358.71º 0.88% 0.83% -
XYZ 27.43 14.63 2.54 -
YUV 81.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 211 25 29 0 0.88 0.86 0.17 358.71 0.79 0.46
Hex D3 19 1D 0 58 56 11 167 4F 2E
Octal 323 31 35 0 130 126 21 547 117 56
Binary 11010011 11001 11101 0 1011000 1010110 10001 101100111 1001111 101110

Color Harmonies of #D3191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3191D

Black with #D3191D

Text Example


Text Example

White with #D3191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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