Html Css Color HEX #952C40 Bright Red

📋 copy color: '#952C40'

red 149 ◦ green 44 ◦ blue 64

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

Shades of Bright Red #952C40

Tints of Bright Red #952C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 57.98%
G = 17.12%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952C40 (or 0x952C40) is known color: Bright Red. HEX triplet: 95, 2C and 40. RGB value is (149,44,64). Sum of RGB (Red+Green+Blue) = 149+44+64=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C40 is #6AD3BF. Grayscale: #4D4D4D. Windows color (decimal): -7001024 or 4205717. OLE color: 4205717.

HSL color Cylindrical-coordinate representation of color #952C40: hue angle of 348.57º 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 #952C40 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 64 -
CMYK 0 0.70 0.57 0.42
HSL 348.57º 0.54% 0.38% -
HSV(B) 348.57º 0.7% 0.58% -
XYZ 14.22 8.56 5.75 -
YUV 77.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 149 44 64 0 0.70 0.57 0.42 348.57 0.54 0.38
Hex 95 2C 40 0 46 39 2A 15D 36 26
Octal 225 54 100 0 106 71 52 535 66 46
Binary 10010101 101100 1000000 0 1000110 111001 101010 101011101 110110 100110

Color Harmonies of #952C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C40

Black with #952C40

Text Example


Text Example

White with #952C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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