Html Css Color HEX #952233 Bright Red

📋 copy color: '#952233'

red 149 ◦ green 34 ◦ blue 51

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

Shades of Bright Red #952233

Tints of Bright Red #952233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 63.68%
G = 14.53%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952233 (or 0x952233) is known color: Bright Red. HEX triplet: 95, 22 and 33. RGB value is (149,34,51). Sum of RGB (Red+Green+Blue) = 149+34+51=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952233 is #6ADDCC. Grayscale: #464646. Windows color (decimal): -7003597 or 3351189. OLE color: 3351189.

HSL color Cylindrical-coordinate representation of color #952233: hue angle of 351.13º 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 #952233 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 51 -
CMYK 0 0.77 0.66 0.42
HSL 351.13º 0.63% 0.36% -
HSV(B) 351.13º 0.77% 0.58% -
XYZ 13.56 7.77 3.92 -
YUV 70.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 149 34 51 0 0.77 0.66 0.42 351.13 0.63 0.36
Hex 95 22 33 0 4D 42 2A 15F 3F 24
Octal 225 42 63 0 115 102 52 537 77 44
Binary 10010101 100010 110011 0 1001101 1000010 101010 101011111 111111 100100

Color Harmonies of #952233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952233

Black with #952233

Text Example


Text Example

White with #952233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952233; }

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

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

background-color css

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

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

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

border-color css

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

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

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