Html Css Color HEX #95173B Bright Red

📋 copy color: '#95173B'

red 149 ◦ green 23 ◦ blue 59

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

Shades of Bright Red #95173B

Tints of Bright Red #95173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 64.5%
G = 9.96%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95173B (or 0x95173B) is known color: Bright Red. HEX triplet: 95, 17 and 3B. RGB value is (149,23,59). Sum of RGB (Red+Green+Blue) = 149+23+59=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95173B is #6AE8C4. Grayscale: #404040. Windows color (decimal): -7006405 or 3872661. OLE color: 3872661.

HSL color Cylindrical-coordinate representation of color #95173B: hue angle of 342.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95173B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 59 -
CMYK 0 0.85 0.60 0.42
HSL 342.86º 0.73% 0.34% -
HSV(B) 342.86º 0.85% 0.58% -
XYZ 13.49 7.32 4.84 -
YUV 64.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 149 23 59 0 0.85 0.60 0.42 342.86 0.73 0.34
Hex 95 17 3B 0 55 3C 2A 157 49 22
Octal 225 27 73 0 125 74 52 527 111 42
Binary 10010101 10111 111011 0 1010101 111100 101010 101010111 1001001 100010

Color Harmonies of #95173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95173B

Black with #95173B

Text Example


Text Example

White with #95173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95173B; }

 p { color: rgb(149,23,59); }

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

background-color css

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

 a { background-color: rgb(149,23,59); }

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

border-color css

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

 span { border-color: rgb(149,23,59); }

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