Html Css Color HEX #952333 Bright Red

📋 copy color: '#952333'

red 149 ◦ green 35 ◦ blue 51

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

Shades of Bright Red #952333

Tints of Bright Red #952333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 63.4%
G = 14.89%
B = 21.7%

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

#952333 (or 0x952333) is known color: Bright Red. HEX triplet: 95, 23 and 33. RGB value is (149,35,51). Sum of RGB (Red+Green+Blue) = 149+35+51=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952333 is #6ADCCC. Grayscale: #464646. Windows color (decimal): -7003341 or 3351445. OLE color: 3351445.

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

Color convert

RGB 149 35 51 -
CMYK 0 0.77 0.66 0.42
HSL 351.58º 0.62% 0.36% -
HSV(B) 351.58º 0.77% 0.58% -
XYZ 13.59 7.83 3.93 -
YUV 70.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 149 35 51 0 0.77 0.66 0.42 351.58 0.62 0.36
Hex 95 23 33 0 4D 42 2A 160 3E 24
Octal 225 43 63 0 115 102 52 540 76 44
Binary 10010101 100011 110011 0 1001101 1000010 101010 101100000 111110 100100

Color Harmonies of #952333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952333

Black with #952333

Text Example


Text Example

White with #952333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952333; }

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

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

background-color css

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

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

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

border-color css

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

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

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