Html Css Color HEX #952433 Bright Red

📋 copy color: '#952433'

red 149 ◦ green 36 ◦ blue 51

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

Shades of Bright Red #952433

Tints of Bright Red #952433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 63.14%
G = 15.25%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952433 (or 0x952433) is known color: Bright Red. HEX triplet: 95, 24 and 33. RGB value is (149,36,51). Sum of RGB (Red+Green+Blue) = 149+36+51=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952433 is #6ADBCC. Grayscale: #474747. Windows color (decimal): -7003085 or 3351701. OLE color: 3351701.

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

Color convert

RGB 149 36 51 -
CMYK 0 0.76 0.66 0.42
HSL 352.04º 0.61% 0.36% -
HSV(B) 352.04º 0.76% 0.58% -
XYZ 13.62 7.89 3.94 -
YUV 71.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 149 36 51 0 0.76 0.66 0.42 352.04 0.61 0.36
Hex 95 24 33 0 4C 42 2A 160 3D 24
Octal 225 44 63 0 114 102 52 540 75 44
Binary 10010101 100100 110011 0 1001100 1000010 101010 101100000 111101 100100

Color Harmonies of #952433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952433

Black with #952433

Text Example


Text Example

White with #952433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952433; }

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

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

background-color css

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

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

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

border-color css

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

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

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