Html Css Color HEX #D6191B Fire Engine Red

📋 copy color: '#D6191B'

red 214 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #D6191B

Tints of Fire Engine Red #D6191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 80.45%
G = 9.4%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6191B (or 0xD6191B) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1B. RGB value is (214,25,27). Sum of RGB (Red+Green+Blue) = 214+25+27=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191B is #29E6E4. Grayscale: #515151. Windows color (decimal): -2746085 or 1776086. OLE color: 1776086.

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

Color convert

RGB 214 25 27 -
CMYK 0 0.88 0.87 0.16
HSL 359.37º 0.79% 0.47% -
HSV(B) 359.37º 0.88% 0.84% -
XYZ 28.28 15.07 2.46 -
YUV 81.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 214 25 27 0 0.88 0.87 0.16 359.37 0.79 0.47
Hex D6 19 1B 0 58 57 10 167 4F 2F
Octal 326 31 33 0 130 127 20 547 117 57
Binary 11010110 11001 11011 0 1011000 1010111 10000 101100111 1001111 101111

Color Harmonies of #D6191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6191B

Black with #D6191B

Text Example


Text Example

White with #D6191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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