Html Css Color HEX #95191D Bright Red

📋 copy color: '#95191D'

red 149 ◦ green 25 ◦ blue 29

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

Shades of Bright Red #95191D

Tints of Bright Red #95191D

RGB

 RED value IS 149 (58.59% from 255) = 73.4%

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

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

R = 73.4%
G = 12.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95191D (or 0x95191D) is known color: Bright Red. HEX triplet: 95, 19 and 1D. RGB value is (149,25,29). Sum of RGB (Red+Green+Blue) = 149+25+29=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #95191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95191D is #6AE6E2. Grayscale: #3E3E3E. Windows color (decimal): -7005923 or 1907093. OLE color: 1907093.

HSL color Cylindrical-coordinate representation of color #95191D: hue angle of 358.06º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95191D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 29 -
CMYK 0 0.83 0.81 0.42
HSL 358.06º 0.71% 0.34% -
HSV(B) 358.06º 0.83% 0.58% -
XYZ 12.96 7.17 1.86 -
YUV 62.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 149 25 29 0 0.83 0.81 0.42 358.06 0.71 0.34
Hex 95 19 1D 0 53 51 2A 166 47 22
Octal 225 31 35 0 123 121 52 546 107 42
Binary 10010101 11001 11101 0 1010011 1010001 101010 101100110 1000111 100010

Color Harmonies of #95191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95191D

Black with #95191D

Text Example


Text Example

White with #95191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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