Html Css Color HEX #952A39 Bright Red

📋 copy color: '#952A39'

red 149 ◦ green 42 ◦ blue 57

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

Shades of Bright Red #952A39

Tints of Bright Red #952A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 60.08%
G = 16.94%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952A39 (or 0x952A39) is known color: Bright Red. HEX triplet: 95, 2A and 39. RGB value is (149,42,57). Sum of RGB (Red+Green+Blue) = 149+42+57=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A39 is #6AD5C6. Grayscale: #4B4B4B. Windows color (decimal): -7001543 or 3746453. OLE color: 3746453.

HSL color Cylindrical-coordinate representation of color #952A39: hue angle of 351.59º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A39 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 57 -
CMYK 0 0.72 0.62 0.42
HSL 351.59º 0.56% 0.37% -
HSV(B) 351.59º 0.72% 0.58% -
XYZ 13.96 8.34 4.75 -
YUV 75.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 149 42 57 0 0.72 0.62 0.42 351.59 0.56 0.37
Hex 95 2A 39 0 48 3E 2A 160 38 25
Octal 225 52 71 0 110 76 52 540 70 45
Binary 10010101 101010 111001 0 1001000 111110 101010 101100000 111000 100101

Color Harmonies of #952A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A39

Black with #952A39

Text Example


Text Example

White with #952A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A39; }

 p { color: rgb(149,42,57); }

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

background-color css

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

 a { background-color: rgb(149,42,57); }

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

border-color css

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

 span { border-color: rgb(149,42,57); }

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