Html Css Color HEX #95192D Bright Red

📋 copy color: '#95192D'

red 149 ◦ green 25 ◦ blue 45

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

Shades of Bright Red #95192D

Tints of Bright Red #95192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 68.04%
G = 11.42%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95192D (or 0x95192D) is known color: Bright Red. HEX triplet: 95, 19 and 2D. RGB value is (149,25,45). Sum of RGB (Red+Green+Blue) = 149+25+45=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #95192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95192D is #6AE6D2. Grayscale: #404040. Windows color (decimal): -7005907 or 2955669. OLE color: 2955669.

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

Color convert

RGB 149 25 45 -
CMYK 0 0.83 0.70 0.42
HSL 350.32º 0.71% 0.34% -
HSV(B) 350.32º 0.83% 0.58% -
XYZ 13.22 7.27 3.19 -
YUV 64.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 149 25 45 0 0.83 0.70 0.42 350.32 0.71 0.34
Hex 95 19 2D 0 53 46 2A 15E 47 22
Octal 225 31 55 0 123 106 52 536 107 42
Binary 10010101 11001 101101 0 1010011 1000110 101010 101011110 1000111 100010

Color Harmonies of #95192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95192D

Black with #95192D

Text Example


Text Example

White with #95192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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