Html Css Color HEX #95191C Bright Red

📋 copy color: '#95191C'

red 149 ◦ green 25 ◦ blue 28

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

Shades of Bright Red #95191C

Tints of Bright Red #95191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 73.76%
G = 12.38%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95191C (or 0x95191C) is known color: Bright Red. HEX triplet: 95, 19 and 1C. RGB value is (149,25,28). Sum of RGB (Red+Green+Blue) = 149+25+28=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #95191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95191C is #6AE6E3. Grayscale: #3E3E3E. Windows color (decimal): -7005924 or 1841557. OLE color: 1841557.

HSL color Cylindrical-coordinate representation of color #95191C: hue angle of 358.55º 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 #95191C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 28 -
CMYK 0 0.83 0.81 0.42
HSL 358.55º 0.71% 0.34% -
HSV(B) 358.55º 0.83% 0.58% -
XYZ 12.95 7.17 1.8 -
YUV 62.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 149 25 28 0 0.83 0.81 0.42 358.55 0.71 0.34
Hex 95 19 1C 0 53 51 2A 167 47 22
Octal 225 31 34 0 123 121 52 547 107 42
Binary 10010101 11001 11100 0 1010011 1010001 101010 101100111 1000111 100010

Color Harmonies of #95191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95191C

Black with #95191C

Text Example


Text Example

White with #95191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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