Html Css Color HEX #952C33 Bright Red

📋 copy color: '#952C33'

red 149 ◦ green 44 ◦ blue 51

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

Shades of Bright Red #952C33

Tints of Bright Red #952C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

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

R = 61.07%
G = 18.03%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952C33 (or 0x952C33) is known color: Bright Red. HEX triplet: 95, 2C and 33. RGB value is (149,44,51). Sum of RGB (Red+Green+Blue) = 149+44+51=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C33 is #6AD3CC. Grayscale: #4C4C4C. Windows color (decimal): -7001037 or 3353749. OLE color: 3353749.

HSL color Cylindrical-coordinate representation of color #952C33: hue angle of 356º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C33 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 51 -
CMYK 0 0.70 0.66 0.42
HSL 356º 0.54% 0.38% -
HSV(B) 356º 0.7% 0.58% -
XYZ 13.89 8.43 4.03 -
YUV 76.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 149 44 51 0 0.70 0.66 0.42 356 0.54 0.38
Hex 95 2C 33 0 46 42 2A 164 36 26
Octal 225 54 63 0 106 102 52 544 66 46
Binary 10010101 101100 110011 0 1000110 1000010 101010 101100100 110110 100110

Color Harmonies of #952C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C33

Black with #952C33

Text Example


Text Example

White with #952C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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