Html Css Color HEX #952535 Bright Red

📋 copy color: '#952535'

red 149 ◦ green 37 ◦ blue 53

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

Shades of Bright Red #952535

Tints of Bright Red #952535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 62.34%
G = 15.48%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952535 (or 0x952535) is known color: Bright Red. HEX triplet: 95, 25 and 35. RGB value is (149,37,53). Sum of RGB (Red+Green+Blue) = 149+37+53=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952535 is #6ADACA. Grayscale: #484848. Windows color (decimal): -7002827 or 3483029. OLE color: 3483029.

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

Color convert

RGB 149 37 53 -
CMYK 0 0.75 0.64 0.42
HSL 351.43º 0.6% 0.36% -
HSV(B) 351.43º 0.75% 0.58% -
XYZ 13.7 7.97 4.18 -
YUV 72.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 149 37 53 0 0.75 0.64 0.42 351.43 0.6 0.36
Hex 95 25 35 0 4B 40 2A 15F 3C 24
Octal 225 45 65 0 113 100 52 537 74 44
Binary 10010101 100101 110101 0 1001011 1000000 101010 101011111 111100 100100

Color Harmonies of #952535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952535

Black with #952535

Text Example


Text Example

White with #952535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952535; }

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

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

background-color css

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

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

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

border-color css

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

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

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