Html Css Color HEX #952534 Bright Red

📋 copy color: '#952534'

red 149 ◦ green 37 ◦ blue 52

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

Shades of Bright Red #952534

Tints of Bright Red #952534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 62.61%
G = 15.55%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#952534 (or 0x952534) is known color: Bright Red. HEX triplet: 95, 25 and 34. RGB value is (149,37,52). Sum of RGB (Red+Green+Blue) = 149+37+52=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952534 is #6ADACB. Grayscale: #484848. Windows color (decimal): -7002828 or 3417493. OLE color: 3417493.

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

Color convert

RGB 149 37 52 -
CMYK 0 0.75 0.65 0.42
HSL 351.96º 0.6% 0.36% -
HSV(B) 351.96º 0.75% 0.58% -
XYZ 13.68 7.96 4.06 -
YUV 72.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 149 37 52 0 0.75 0.65 0.42 351.96 0.6 0.36
Hex 95 25 34 0 4B 41 2A 160 3C 24
Octal 225 45 64 0 113 101 52 540 74 44
Binary 10010101 100101 110100 0 1001011 1000001 101010 101100000 111100 100100

Color Harmonies of #952534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952534

Black with #952534

Text Example


Text Example

White with #952534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952534; }

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

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

background-color css

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

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

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

border-color css

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

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

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