Html Css Color HEX #952435 Bright Red

📋 copy color: '#952435'

red 149 ◦ green 36 ◦ blue 53

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

Shades of Bright Red #952435

Tints of Bright Red #952435

RGB

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

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

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

R = 62.61%
G = 15.13%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952435 (or 0x952435) is known color: Bright Red. HEX triplet: 95, 24 and 35. RGB value is (149,36,53). Sum of RGB (Red+Green+Blue) = 149+36+53=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952435 is #6ADBCA. Grayscale: #474747. Windows color (decimal): -7003083 or 3482773. OLE color: 3482773.

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

Color convert

RGB 149 36 53 -
CMYK 0 0.76 0.64 0.42
HSL 350.97º 0.61% 0.36% -
HSV(B) 350.97º 0.76% 0.58% -
XYZ 13.67 7.91 4.17 -
YUV 71.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 149 36 53 0 0.76 0.64 0.42 350.97 0.61 0.36
Hex 95 24 35 0 4C 40 2A 15F 3D 24
Octal 225 44 65 0 114 100 52 537 75 44
Binary 10010101 100100 110101 0 1001100 1000000 101010 101011111 111101 100100

Color Harmonies of #952435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952435

Black with #952435

Text Example


Text Example

White with #952435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952435; }

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

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

background-color css

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

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

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

border-color css

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

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

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