Html Css Color HEX #952C35 Bright Red

📋 copy color: '#952C35'

red 149 ◦ green 44 ◦ blue 53

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

Shades of Bright Red #952C35

Tints of Bright Red #952C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 60.57%
G = 17.89%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952C35 (or 0x952C35) is known color: Bright Red. HEX triplet: 95, 2C and 35. RGB value is (149,44,53). Sum of RGB (Red+Green+Blue) = 149+44+53=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C35 is #6AD3CA. Grayscale: #4C4C4C. Windows color (decimal): -7001035 or 3484821. OLE color: 3484821.

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

Color convert

RGB 149 44 53 -
CMYK 0 0.70 0.64 0.42
HSL 354.86º 0.54% 0.38% -
HSV(B) 354.86º 0.7% 0.58% -
XYZ 13.94 8.45 4.26 -
YUV 76.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 149 44 53 0 0.70 0.64 0.42 354.86 0.54 0.38
Hex 95 2C 35 0 46 40 2A 163 36 26
Octal 225 54 65 0 106 100 52 543 66 46
Binary 10010101 101100 110101 0 1000110 1000000 101010 101100011 110110 100110

Color Harmonies of #952C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C35

Black with #952C35

Text Example


Text Example

White with #952C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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