Html Css Color HEX #952533 Bright Red

📋 copy color: '#952533'

red 149 ◦ green 37 ◦ blue 51

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

Shades of Bright Red #952533

Tints of Bright Red #952533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 62.87%
G = 15.61%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952533 (or 0x952533) is known color: Bright Red. HEX triplet: 95, 25 and 33. RGB value is (149,37,51). Sum of RGB (Red+Green+Blue) = 149+37+51=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952533 is #6ADACC. Grayscale: #484848. Windows color (decimal): -7002829 or 3351957. OLE color: 3351957.

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

Color convert

RGB 149 37 51 -
CMYK 0 0.75 0.66 0.42
HSL 352.5º 0.6% 0.36% -
HSV(B) 352.5º 0.75% 0.58% -
XYZ 13.65 7.95 3.95 -
YUV 72.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 149 37 51 0 0.75 0.66 0.42 352.5 0.6 0.36
Hex 95 25 33 0 4B 42 2A 160 3C 24
Octal 225 45 63 0 113 102 52 540 74 44
Binary 10010101 100101 110011 0 1001011 1000010 101010 101100000 111100 100100

Color Harmonies of #952533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952533

Black with #952533

Text Example


Text Example

White with #952533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952533; }

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

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

background-color css

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

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

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

border-color css

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

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

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