Html Css Color HEX #95172B Bright Red

📋 copy color: '#95172B'

red 149 ◦ green 23 ◦ blue 43

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

Shades of Bright Red #95172B

Tints of Bright Red #95172B

RGB

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

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

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

R = 69.3%
G = 10.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95172B (or 0x95172B) is known color: Bright Red. HEX triplet: 95, 17 and 2B. RGB value is (149,23,43). Sum of RGB (Red+Green+Blue) = 149+23+43=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95172B is #6AE8D4. Grayscale: #3F3F3F. Windows color (decimal): -7006421 or 2824085. OLE color: 2824085.

HSL color Cylindrical-coordinate representation of color #95172B: hue angle of 350.48º 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 #95172B is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 43 -
CMYK 0 0.85 0.71 0.42
HSL 350.48º 0.73% 0.34% -
HSV(B) 350.48º 0.85% 0.58% -
XYZ 13.14 7.18 2.98 -
YUV 62.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 149 23 43 0 0.85 0.71 0.42 350.48 0.73 0.34
Hex 95 17 2B 0 55 47 2A 15E 49 22
Octal 225 27 53 0 125 107 52 536 111 42
Binary 10010101 10111 101011 0 1010101 1000111 101010 101011110 1001001 100010

Color Harmonies of #95172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95172B

Black with #95172B

Text Example


Text Example

White with #95172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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