Html Css Color HEX #952228 Bright Red

📋 copy color: '#952228'

red 149 ◦ green 34 ◦ blue 40

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

Shades of Bright Red #952228

Tints of Bright Red #952228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 66.82%
G = 15.25%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952228 (or 0x952228) is known color: Bright Red. HEX triplet: 95, 22 and 28. RGB value is (149,34,40). Sum of RGB (Red+Green+Blue) = 149+34+40=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952228 is #6ADDD7. Grayscale: #454545. Windows color (decimal): -7003608 or 2630293. OLE color: 2630293.

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

Color convert

RGB 149 34 40 -
CMYK 0 0.77 0.73 0.42
HSL 356.87º 0.63% 0.36% -
HSV(B) 356.87º 0.77% 0.58% -
XYZ 13.35 7.69 2.79 -
YUV 69.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 149 34 40 0 0.77 0.73 0.42 356.87 0.63 0.36
Hex 95 22 28 0 4D 49 2A 165 3F 24
Octal 225 42 50 0 115 111 52 545 77 44
Binary 10010101 100010 101000 0 1001101 1001001 101010 101100101 111111 100100

Color Harmonies of #952228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952228

Black with #952228

Text Example


Text Example

White with #952228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952228; }

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

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

background-color css

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

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

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

border-color css

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

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

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