Html Css Color HEX #951801 Dark Red

📋 copy color: '#951801'

red 149 ◦ green 24 ◦ blue 1

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

Shades of Dark Red #951801

Tints of Dark Red #951801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

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

R = 85.63%
G = 13.79%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951801 (or 0x951801) is known color: Dark Red. HEX triplet: 95, 18 and 01. RGB value is (149,24,1). Sum of RGB (Red+Green+Blue) = 149+24+1=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951801 is #6AE7FE. Grayscale: #3A3A3A. Windows color (decimal): -7006207 or 71829. OLE color: 71829.

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

Color convert

RGB 149 24 1 -
CMYK 0 0.84 0.99 0.42
HSL 9.32º 0.99% 0.29% -
HSV(B) 9.32º 0.99% 0.58% -
XYZ 12.73 7.05 0.72 -
YUV 58.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 149 24 1 0 0.84 0.99 0.42 9.32 0.99 0.29
Hex 95 18 1 0 54 63 2A 9 63 1D
Octal 225 30 1 0 124 143 52 11 143 35
Binary 10010101 11000 1 0 1010100 1100011 101010 1001 1100011 11101

Color Harmonies of #951801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951801

Black with #951801

Text Example


Text Example

White with #951801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951801; }

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

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

background-color css

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

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

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

border-color css

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

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

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