Html Css Color HEX #941001 Dark Red

📋 copy color: '#941001'

red 148 ◦ green 16 ◦ blue 1

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

Shades of Dark Red #941001

Tints of Dark Red #941001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 89.7%
G = 9.7%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#941001 (or 0x941001) is known color: Dark Red. HEX triplet: 94, 10 and 01. RGB value is (148,16,1). Sum of RGB (Red+Green+Blue) = 148+16+1=165 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.70% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 148 - color contains mainly: red. Hex color #941001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941001 is #6BEFFE. Grayscale: #353535. Windows color (decimal): -7073791 or 69780. OLE color: 69780.

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

Color convert

RGB 148 16 1 -
CMYK 0 0.89 0.99 0.42
HSL 6.12º 0.99% 0.29% -
HSV(B) 6.12º 0.99% 0.58% -
XYZ 12.4 6.67 0.66 -
YUV 53.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 148 16 1 0 0.89 0.99 0.42 6.12 0.99 0.29
Hex 94 10 1 0 59 63 2A 6 63 1D
Octal 224 20 1 0 131 143 52 6 143 35
Binary 10010100 10000 1 0 1011001 1100011 101010 110 1100011 11101

Color Harmonies of #941001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941001

Black with #941001

Text Example


Text Example

White with #941001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941001; }

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

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

background-color css

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

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

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

border-color css

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

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

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