Html Css Color HEX #952235 Bright Red

📋 copy color: '#952235'

red 149 ◦ green 34 ◦ blue 53

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

Shades of Bright Red #952235

Tints of Bright Red #952235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

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

R = 63.14%
G = 14.41%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952235 (or 0x952235) is known color: Bright Red. HEX triplet: 95, 22 and 35. RGB value is (149,34,53). Sum of RGB (Red+Green+Blue) = 149+34+53=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952235 is #6ADDCA. Grayscale: #464646. Windows color (decimal): -7003595 or 3482261. OLE color: 3482261.

HSL color Cylindrical-coordinate representation of color #952235: hue angle of 350.09º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952235 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 53 -
CMYK 0 0.77 0.64 0.42
HSL 350.09º 0.63% 0.36% -
HSV(B) 350.09º 0.77% 0.58% -
XYZ 13.61 7.79 4.15 -
YUV 70.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 149 34 53 0 0.77 0.64 0.42 350.09 0.63 0.36
Hex 95 22 35 0 4D 40 2A 15E 3F 24
Octal 225 42 65 0 115 100 52 536 77 44
Binary 10010101 100010 110101 0 1001101 1000000 101010 101011110 111111 100100

Color Harmonies of #952235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952235

Black with #952235

Text Example


Text Example

White with #952235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952235; }

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

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

background-color css

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

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

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

border-color css

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

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

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