Html Css Color HEX #952C3C Bright Red

📋 copy color: '#952C3C'

red 149 ◦ green 44 ◦ blue 60

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

Shades of Bright Red #952C3C

Tints of Bright Red #952C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 58.89%
G = 17.39%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#952C3C (or 0x952C3C) is known color: Bright Red. HEX triplet: 95, 2C and 3C. RGB value is (149,44,60). Sum of RGB (Red+Green+Blue) = 149+44+60=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C3C is #6AD3C3. Grayscale: #4D4D4D. Windows color (decimal): -7001028 or 3943573. OLE color: 3943573.

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

Color convert

RGB 149 44 60 -
CMYK 0 0.70 0.60 0.42
HSL 350.86º 0.54% 0.38% -
HSV(B) 350.86º 0.7% 0.58% -
XYZ 14.11 8.52 5.18 -
YUV 77.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 149 44 60 0 0.70 0.60 0.42 350.86 0.54 0.38
Hex 95 2C 3C 0 46 3C 2A 15F 36 26
Octal 225 54 74 0 106 74 52 537 66 46
Binary 10010101 101100 111100 0 1000110 111100 101010 101011111 110110 100110

Color Harmonies of #952C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C3C

Black with #952C3C

Text Example


Text Example

White with #952C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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