Html Css Color HEX #941301 Dark Red

📋 copy color: '#941301'

red 148 ◦ green 19 ◦ blue 1

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

Shades of Dark Red #941301

Tints of Dark Red #941301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 88.1%
G = 11.31%
B = 0.6%

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

#941301 (or 0x941301) is known color: Dark Red. HEX triplet: 94, 13 and 01. RGB value is (148,19,1). Sum of RGB (Red+Green+Blue) = 148+19+1=168 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.10% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 148 - color contains mainly: red. Hex color #941301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941301 is #6BECFE. Grayscale: #373737. Windows color (decimal): -7073023 or 70548. OLE color: 70548.

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

Color convert

RGB 148 19 1 -
CMYK 0 0.87 0.99 0.42
HSL 7.35º 0.99% 0.29% -
HSV(B) 7.35º 0.99% 0.58% -
XYZ 12.45 6.76 0.68 -
YUV 55.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 148 19 1 0 0.87 0.99 0.42 7.35 0.99 0.29
Hex 94 13 1 0 57 63 2A 7 63 1D
Octal 224 23 1 0 127 143 52 7 143 35
Binary 10010100 10011 1 0 1010111 1100011 101010 111 1100011 11101

Color Harmonies of #941301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941301

Black with #941301

Text Example


Text Example

White with #941301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941301; }

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

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

background-color css

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

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

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

border-color css

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

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

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