Html Css Color HEX #95132D Bright Red

📋 copy color: '#95132D'

red 149 ◦ green 19 ◦ blue 45

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

Shades of Bright Red #95132D

Tints of Bright Red #95132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 69.95%
G = 8.92%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95132D (or 0x95132D) is known color: Bright Red. HEX triplet: 95, 13 and 2D. RGB value is (149,19,45). Sum of RGB (Red+Green+Blue) = 149+19+45=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95132D is #6AECD2. Grayscale: #3C3C3C. Windows color (decimal): -7007443 or 2954133. OLE color: 2954133.

HSL color Cylindrical-coordinate representation of color #95132D: hue angle of 348º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95132D is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 45 -
CMYK 0 0.87 0.70 0.42
HSL 348º 0.77% 0.33% -
HSV(B) 348º 0.87% 0.58% -
XYZ 13.1 7.04 3.15 -
YUV 60.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 149 19 45 0 0.87 0.70 0.42 348 0.77 0.33
Hex 95 13 2D 0 57 46 2A 15C 4D 21
Octal 225 23 55 0 127 106 52 534 115 41
Binary 10010101 10011 101101 0 1010111 1000110 101010 101011100 1001101 100001

Color Harmonies of #95132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95132D

Black with #95132D

Text Example


Text Example

White with #95132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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