Html Css Color HEX #941900 Dark Red

📋 copy color: '#941900'

red 148 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #941900

Tints of Dark Red #941900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.55%
G = 14.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#941900 (or 0x941900) is known color: Dark Red. HEX triplet: 94, 19 and 00. RGB value is (148,25,0). Sum of RGB (Red+Green+Blue) = 148+25+0=173 (22% of max value = 765). Red value is 148 (58.20% from 255 or 85.55% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 148 - color contains mainly: red. Hex color #941900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941900 is #6BE6FF. Grayscale: #3B3B3B. Windows color (decimal): -7071488 or 6548. OLE color: 6548.

HSL color Cylindrical-coordinate representation of color #941900: hue angle of 10.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #941900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 0 -
CMYK 0 0.83 1 0.42
HSL 10.14º 1% 0.29% -
HSV(B) 10.14º 1% 0.58% -
XYZ 12.56 6.99 0.69 -
YUV 58.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 148 25 0 0 0.83 1 0.42 10.14 1 0.29
Hex 94 19 0 0 53 64 2A A 64 1D
Octal 224 31 0 0 123 144 52 12 144 35
Binary 10010100 11001 0 0 1010011 1100100 101010 1010 1100100 11101

Color Harmonies of #941900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941900

Black with #941900

Text Example


Text Example

White with #941900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941900; }

 p { color: rgb(148,25,0); }

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

background-color css

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

 a { background-color: rgb(148,25,0); }

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

border-color css

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

 span { border-color: rgb(148,25,0); }

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