Html Css Color HEX #941501 Dark Red

📋 copy color: '#941501'

red 148 ◦ green 21 ◦ blue 1

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

Shades of Dark Red #941501

Tints of Dark Red #941501

RGB

 RED value IS 148 (58.2% from 255) = 87.06%

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

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

R = 87.06%
G = 12.35%
B = 0.59%

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

#941501 (or 0x941501) is known color: Dark Red. HEX triplet: 94, 15 and 01. RGB value is (148,21,1). Sum of RGB (Red+Green+Blue) = 148+21+1=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #941501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941501 is #6BEAFE. Grayscale: #383838. Windows color (decimal): -7072511 or 71060. OLE color: 71060.

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

Color convert

RGB 148 21 1 -
CMYK 0 0.86 0.99 0.42
HSL 8.16º 0.99% 0.29% -
HSV(B) 8.16º 0.99% 0.58% -
XYZ 12.49 6.83 0.69 -
YUV 56.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 148 21 1 0 0.86 0.99 0.42 8.16 0.99 0.29
Hex 94 15 1 0 56 63 2A 8 63 1D
Octal 224 25 1 0 126 143 52 10 143 35
Binary 10010100 10101 1 0 1010110 1100011 101010 1000 1100011 11101

Color Harmonies of #941501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941501

Black with #941501

Text Example


Text Example

White with #941501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941501; }

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

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

background-color css

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

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

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

border-color css

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

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

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