Html Css Color HEX #951731 Bright Red

📋 copy color: '#951731'

red 149 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #951731

Tints of Bright Red #951731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 67.42%
G = 10.41%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#951731 (or 0x951731) is known color: Bright Red. HEX triplet: 95, 17 and 31. RGB value is (149,23,49). Sum of RGB (Red+Green+Blue) = 149+23+49=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951731 is #6AE8CE. Grayscale: #3F3F3F. Windows color (decimal): -7006415 or 3217301. OLE color: 3217301.

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

Color convert

RGB 149 23 49 -
CMYK 0 0.85 0.67 0.42
HSL 347.62º 0.73% 0.34% -
HSV(B) 347.62º 0.85% 0.58% -
XYZ 13.26 7.22 3.6 -
YUV 63.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 149 23 49 0 0.85 0.67 0.42 347.62 0.73 0.34
Hex 95 17 31 0 55 43 2A 15C 49 22
Octal 225 27 61 0 125 103 52 534 111 42
Binary 10010101 10111 110001 0 1010101 1000011 101010 101011100 1001001 100010

Color Harmonies of #951731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951731

Black with #951731

Text Example


Text Example

White with #951731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951731; }

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

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

background-color css

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

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

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

border-color css

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

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

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