Html Css Color HEX #952933 Bright Red

📋 copy color: '#952933'

red 149 ◦ green 41 ◦ blue 51

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

Shades of Bright Red #952933

Tints of Bright Red #952933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 61.83%
G = 17.01%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952933 (or 0x952933) is known color: Bright Red. HEX triplet: 95, 29 and 33. RGB value is (149,41,51). Sum of RGB (Red+Green+Blue) = 149+41+51=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952933 is #6AD6CC. Grayscale: #4A4A4A. Windows color (decimal): -7001805 or 3352981. OLE color: 3352981.

HSL color Cylindrical-coordinate representation of color #952933: hue angle of 354.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952933 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 51 -
CMYK 0 0.72 0.66 0.42
HSL 354.44º 0.57% 0.37% -
HSV(B) 354.44º 0.72% 0.58% -
XYZ 13.78 8.21 3.99 -
YUV 74.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 149 41 51 0 0.72 0.66 0.42 354.44 0.57 0.37
Hex 95 29 33 0 48 42 2A 162 39 25
Octal 225 51 63 0 110 102 52 542 71 45
Binary 10010101 101001 110011 0 1001000 1000010 101010 101100010 111001 100101

Color Harmonies of #952933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952933

Black with #952933

Text Example


Text Example

White with #952933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952933; }

 p { color: rgb(149,41,51); }

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

background-color css

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

 a { background-color: rgb(149,41,51); }

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

border-color css

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

 span { border-color: rgb(149,41,51); }

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