Html Css Color HEX #D6192B Fire Engine Red

📋 copy color: '#D6192B'

red 214 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #D6192B

Tints of Fire Engine Red #D6192B

RGB

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

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

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

R = 75.89%
G = 8.87%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6192B (or 0xD6192B) is known color: Fire Engine Red. HEX triplet: D6, 19 and 2B. RGB value is (214,25,43). Sum of RGB (Red+Green+Blue) = 214+25+43=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6192B is #29E6D4. Grayscale: #535353. Windows color (decimal): -2746069 or 2824662. OLE color: 2824662.

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

Color convert

RGB 214 25 43 -
CMYK 0 0.88 0.80 0.16
HSL 354.29º 0.79% 0.47% -
HSV(B) 354.29º 0.88% 0.84% -
XYZ 28.52 15.17 3.71 -
YUV 83.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 214 25 43 0 0.88 0.80 0.16 354.29 0.79 0.47
Hex D6 19 2B 0 58 50 10 162 4F 2F
Octal 326 31 53 0 130 120 20 542 117 57
Binary 11010110 11001 101011 0 1011000 1010000 10000 101100010 1001111 101111

Color Harmonies of #D6192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6192B

Black with #D6192B

Text Example


Text Example

White with #D6192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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