Html Css Color HEX #952736 Bright Red

📋 copy color: '#952736'

red 149 ◦ green 39 ◦ blue 54

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

Shades of Bright Red #952736

Tints of Bright Red #952736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 61.57%
G = 16.12%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952736 (or 0x952736) is known color: Bright Red. HEX triplet: 95, 27 and 36. RGB value is (149,39,54). Sum of RGB (Red+Green+Blue) = 149+39+54=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #952736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952736 is #6AD8C9. Grayscale: #494949. Windows color (decimal): -7002314 or 3549077. OLE color: 3549077.

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

Color convert

RGB 149 39 54 -
CMYK 0 0.74 0.64 0.42
HSL 351.82º 0.59% 0.37% -
HSV(B) 351.82º 0.74% 0.58% -
XYZ 13.79 8.11 4.33 -
YUV 73.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 149 39 54 0 0.74 0.64 0.42 351.82 0.59 0.37
Hex 95 27 36 0 4A 40 2A 160 3B 25
Octal 225 47 66 0 112 100 52 540 73 45
Binary 10010101 100111 110110 0 1001010 1000000 101010 101100000 111011 100101

Color Harmonies of #952736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952736

Black with #952736

Text Example


Text Example

White with #952736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952736; }

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

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

background-color css

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

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

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

border-color css

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

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

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