Html Css Color HEX #952136 Bright Red

📋 copy color: '#952136'

red 149 ◦ green 33 ◦ blue 54

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

Shades of Bright Red #952136

Tints of Bright Red #952136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 63.14%
G = 13.98%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952136 (or 0x952136) is known color: Bright Red. HEX triplet: 95, 21 and 36. RGB value is (149,33,54). Sum of RGB (Red+Green+Blue) = 149+33+54=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952136 is #6ADEC9. Grayscale: #464646. Windows color (decimal): -7003850 or 3547541. OLE color: 3547541.

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

Color convert

RGB 149 33 54 -
CMYK 0 0.78 0.64 0.42
HSL 349.14º 0.64% 0.36% -
HSV(B) 349.14º 0.78% 0.58% -
XYZ 13.6 7.74 4.27 -
YUV 70.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 149 33 54 0 0.78 0.64 0.42 349.14 0.64 0.36
Hex 95 21 36 0 4E 40 2A 15D 40 24
Octal 225 41 66 0 116 100 52 535 100 44
Binary 10010101 100001 110110 0 1001110 1000000 101010 101011101 1000000 100100

Color Harmonies of #952136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952136

Black with #952136

Text Example


Text Example

White with #952136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952136; }

 p { color: rgb(149,33,54); }

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

background-color css

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

 a { background-color: rgb(149,33,54); }

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

border-color css

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

 span { border-color: rgb(149,33,54); }

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