Html Css Color HEX #D6191A Fire Engine Red

📋 copy color: '#D6191A'

red 214 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #D6191A

Tints of Fire Engine Red #D6191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 80.75%
G = 9.43%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6191A (or 0xD6191A) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1A. RGB value is (214,25,26). Sum of RGB (Red+Green+Blue) = 214+25+26=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191A is #29E6E5. Grayscale: #515151. Windows color (decimal): -2746086 or 1710550. OLE color: 1710550.

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

Color convert

RGB 214 25 26 -
CMYK 0 0.88 0.88 0.16
HSL 359.68º 0.79% 0.47% -
HSV(B) 359.68º 0.88% 0.84% -
XYZ 28.27 15.07 2.4 -
YUV 81.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 214 25 26 0 0.88 0.88 0.16 359.68 0.79 0.47
Hex D6 19 1A 0 58 58 10 168 4F 2F
Octal 326 31 32 0 130 130 20 550 117 57
Binary 11010110 11001 11010 0 1011000 1011000 10000 101101000 1001111 101111

Color Harmonies of #D6191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6191A

Black with #D6191A

Text Example


Text Example

White with #D6191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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