Html Css Color HEX #950401 Dark Red

📋 copy color: '#950401'

red 149 ◦ green 4 ◦ blue 1

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

Shades of Dark Red #950401

Tints of Dark Red #950401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 96.75%
G = 2.6%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950401 (or 0x950401) is known color: Dark Red. HEX triplet: 95, 04 and 01. RGB value is (149,4,1). Sum of RGB (Red+Green+Blue) = 149+4+1=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950401 is #6AFBFE. Grayscale: #2F2F2F. Windows color (decimal): -7011327 or 66709. OLE color: 66709.

HSL color Cylindrical-coordinate representation of color #950401: hue angle of 1.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950401 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 1 -
CMYK 0 0.97 0.99 0.42
HSL 1.22º 0.99% 0.29% -
HSV(B) 1.22º 0.99% 0.58% -
XYZ 12.44 6.48 0.62 -
YUV 47.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 149 4 1 0 0.97 0.99 0.42 1.22 0.99 0.29
Hex 95 4 1 0 61 63 2A 1 63 1D
Octal 225 4 1 0 141 143 52 1 143 35
Binary 10010101 100 1 0 1100001 1100011 101010 1 1100011 11101

Color Harmonies of #950401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950401

Black with #950401

Text Example


Text Example

White with #950401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950401; }

 p { color: rgb(149,4,1); }

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

background-color css

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

 a { background-color: rgb(149,4,1); }

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

border-color css

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

 span { border-color: rgb(149,4,1); }

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