Html Css Color HEX #952C42 Bright Red

📋 copy color: '#952C42'

red 149 ◦ green 44 ◦ blue 66

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

Shades of Bright Red #952C42

Tints of Bright Red #952C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 57.53%
G = 16.99%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952C42 (or 0x952C42) is known color: Bright Red. HEX triplet: 95, 2C and 42. RGB value is (149,44,66). Sum of RGB (Red+Green+Blue) = 149+44+66=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C42 is #6AD3BD. Grayscale: #4D4D4D. Windows color (decimal): -7001022 or 4336789. OLE color: 4336789.

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

Color convert

RGB 149 44 66 -
CMYK 0 0.70 0.56 0.42
HSL 347.43º 0.54% 0.38% -
HSV(B) 347.43º 0.7% 0.58% -
XYZ 14.28 8.58 6.06 -
YUV 77.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 149 44 66 0 0.70 0.56 0.42 347.43 0.54 0.38
Hex 95 2C 42 0 46 38 2A 15B 36 26
Octal 225 54 102 0 106 70 52 533 66 46
Binary 10010101 101100 1000010 0 1000110 111000 101010 101011011 110110 100110

Color Harmonies of #952C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C42

Black with #952C42

Text Example


Text Example

White with #952C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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