Html Css Color HEX #952D3F Bright Red

📋 copy color: '#952D3F'

red 149 ◦ green 45 ◦ blue 63

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

Shades of Bright Red #952D3F

Tints of Bright Red #952D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 57.98%
G = 17.51%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#952D3F (or 0x952D3F) is known color: Bright Red. HEX triplet: 95, 2D and 3F. RGB value is (149,45,63). Sum of RGB (Red+Green+Blue) = 149+45+63=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D3F is #6AD2C0. Grayscale: #4E4E4E. Windows color (decimal): -7000769 or 4140437. OLE color: 4140437.

HSL color Cylindrical-coordinate representation of color #952D3F: hue angle of 349.62º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D3F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 63 -
CMYK 0 0.70 0.58 0.42
HSL 349.62º 0.54% 0.38% -
HSV(B) 349.62º 0.7% 0.58% -
XYZ 14.23 8.63 5.62 -
YUV 78.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 149 45 63 0 0.70 0.58 0.42 349.62 0.54 0.38
Hex 95 2D 3F 0 46 3A 2A 15E 36 26
Octal 225 55 77 0 106 72 52 536 66 46
Binary 10010101 101101 111111 0 1000110 111010 101010 101011110 110110 100110

Color Harmonies of #952D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D3F

Black with #952D3F

Text Example


Text Example

White with #952D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,63); }

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

background-color css

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

 a { background-color: rgb(149,45,63); }

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

border-color css

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

 span { border-color: rgb(149,45,63); }

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