Html Css Color HEX #952138 Bright Red

📋 copy color: '#952138'

red 149 ◦ green 33 ◦ blue 56

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

Shades of Bright Red #952138

Tints of Bright Red #952138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 62.61%
G = 13.87%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952138 (or 0x952138) is known color: Bright Red. HEX triplet: 95, 21 and 38. RGB value is (149,33,56). Sum of RGB (Red+Green+Blue) = 149+33+56=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952138 is #6ADEC7. Grayscale: #464646. Windows color (decimal): -7003848 or 3678613. OLE color: 3678613.

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

Color convert

RGB 149 33 56 -
CMYK 0 0.78 0.62 0.42
HSL 348.1º 0.64% 0.36% -
HSV(B) 348.1º 0.78% 0.58% -
XYZ 13.65 7.76 4.52 -
YUV 70.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 149 33 56 0 0.78 0.62 0.42 348.1 0.64 0.36
Hex 95 21 38 0 4E 3E 2A 15C 40 24
Octal 225 41 70 0 116 76 52 534 100 44
Binary 10010101 100001 111000 0 1001110 111110 101010 101011100 1000000 100100

Color Harmonies of #952138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952138

Black with #952138

Text Example


Text Example

White with #952138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952138; }

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

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

background-color css

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

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

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

border-color css

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

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

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