Html Css Color HEX #951401 Dark Red

📋 copy color: '#951401'

red 149 ◦ green 20 ◦ blue 1

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

Shades of Dark Red #951401

Tints of Dark Red #951401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 87.65%
G = 11.76%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951401 (or 0x951401) is known color: Dark Red. HEX triplet: 95, 14 and 01. RGB value is (149,20,1). Sum of RGB (Red+Green+Blue) = 149+20+1=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #951401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951401 is #6AEBFE. Grayscale: #383838. Windows color (decimal): -7007231 or 70805. OLE color: 70805.

HSL color Cylindrical-coordinate representation of color #951401: hue angle of 7.7º 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 #951401 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 1 -
CMYK 0 0.87 0.99 0.42
HSL 7.7º 0.99% 0.29% -
HSV(B) 7.7º 0.99% 0.58% -
XYZ 12.65 6.89 0.69 -
YUV 56.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 149 20 1 0 0.87 0.99 0.42 7.7 0.99 0.29
Hex 95 14 1 0 57 63 2A 8 63 1D
Octal 225 24 1 0 127 143 52 10 143 35
Binary 10010101 10100 1 0 1010111 1100011 101010 1000 1100011 11101

Color Harmonies of #951401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951401

Black with #951401

Text Example


Text Example

White with #951401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951401; }

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

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

background-color css

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

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

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

border-color css

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

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

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