Html Css Color HEX #D6191D Fire Engine Red

📋 copy color: '#D6191D'

red 214 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #D6191D

Tints of Fire Engine Red #D6191D

RGB

 RED value IS 214 (83.98% from 255) = 79.85%

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

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

R = 79.85%
G = 9.33%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6191D (or 0xD6191D) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1D. RGB value is (214,25,29). Sum of RGB (Red+Green+Blue) = 214+25+29=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191D is #29E6E2. Grayscale: #525252. Windows color (decimal): -2746083 or 1907158. OLE color: 1907158.

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

Color convert

RGB 214 25 29 -
CMYK 0 0.88 0.86 0.16
HSL 358.73º 0.79% 0.47% -
HSV(B) 358.73º 0.88% 0.84% -
XYZ 28.3 15.08 2.58 -
YUV 81.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 214 25 29 0 0.88 0.86 0.16 358.73 0.79 0.47
Hex D6 19 1D 0 58 56 10 167 4F 2F
Octal 326 31 35 0 130 126 20 547 117 57
Binary 11010110 11001 11101 0 1011000 1010110 10000 101100111 1001111 101111

Color Harmonies of #D6191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6191D

Black with #D6191D

Text Example


Text Example

White with #D6191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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