Html Css Color HEX #952D38 Bright Red

📋 copy color: '#952D38'

red 149 ◦ green 45 ◦ blue 56

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

Shades of Bright Red #952D38

Tints of Bright Red #952D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 59.6%
G = 18%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952D38 (or 0x952D38) is known color: Bright Red. HEX triplet: 95, 2D and 38. RGB value is (149,45,56). Sum of RGB (Red+Green+Blue) = 149+45+56=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D38 is #6AD2C7. Grayscale: #4D4D4D. Windows color (decimal): -7000776 or 3681685. OLE color: 3681685.

HSL color Cylindrical-coordinate representation of color #952D38: hue angle of 353.65º 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 #952D38 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 56 -
CMYK 0 0.70 0.62 0.42
HSL 353.65º 0.54% 0.38% -
HSV(B) 353.65º 0.7% 0.58% -
XYZ 14.05 8.55 4.65 -
YUV 77.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 149 45 56 0 0.70 0.62 0.42 353.65 0.54 0.38
Hex 95 2D 38 0 46 3E 2A 162 36 26
Octal 225 55 70 0 106 76 52 542 66 46
Binary 10010101 101101 111000 0 1000110 111110 101010 101100010 110110 100110

Color Harmonies of #952D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D38

Black with #952D38

Text Example


Text Example

White with #952D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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