Html Css Color HEX #951903 Dark Red

📋 copy color: '#951903'

red 149 ◦ green 25 ◦ blue 3

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

Shades of Dark Red #951903

Tints of Dark Red #951903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 84.18%
G = 14.12%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#951903 (or 0x951903) is known color: Dark Red. HEX triplet: 95, 19 and 03. RGB value is (149,25,3). Sum of RGB (Red+Green+Blue) = 149+25+3=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #951903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951903 is #6AE6FC. Grayscale: #3B3B3B. Windows color (decimal): -7005949 or 203157. OLE color: 203157.

HSL color Cylindrical-coordinate representation of color #951903: hue angle of 9.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #951903 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 3 -
CMYK 0 0.83 0.98 0.42
HSL 9.04º 0.96% 0.3% -
HSV(B) 9.04º 0.98% 0.58% -
XYZ 12.76 7.09 0.78 -
YUV 59.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 149 25 3 0 0.83 0.98 0.42 9.04 0.96 0.3
Hex 95 19 3 0 53 62 2A 9 60 1E
Octal 225 31 3 0 123 142 52 11 140 36
Binary 10010101 11001 11 0 1010011 1100010 101010 1001 1100000 11110

Color Harmonies of #951903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951903

Black with #951903

Text Example


Text Example

White with #951903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951903; }

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

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

background-color css

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

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

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

border-color css

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

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

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