Html Css Color HEX #951501 Dark Red

📋 copy color: '#951501'

red 149 ◦ green 21 ◦ blue 1

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

Shades of Dark Red #951501

Tints of Dark Red #951501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 87.13%
G = 12.28%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951501 (or 0x951501) is known color: Dark Red. HEX triplet: 95, 15 and 01. RGB value is (149,21,1). Sum of RGB (Red+Green+Blue) = 149+21+1=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #951501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951501 is #6AEAFE. Grayscale: #393939. Windows color (decimal): -7006975 or 71061. OLE color: 71061.

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

Color convert

RGB 149 21 1 -
CMYK 0 0.86 0.99 0.42
HSL 8.11º 0.99% 0.29% -
HSV(B) 8.11º 0.99% 0.58% -
XYZ 12.67 6.93 0.7 -
YUV 56.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 149 21 1 0 0.86 0.99 0.42 8.11 0.99 0.29
Hex 95 15 1 0 56 63 2A 8 63 1D
Octal 225 25 1 0 126 143 52 10 143 35
Binary 10010101 10101 1 0 1010110 1100011 101010 1000 1100011 11101

Color Harmonies of #951501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951501

Black with #951501

Text Example


Text Example

White with #951501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951501; }

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

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

background-color css

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

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

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

border-color css

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

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

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