Html Css Color HEX #941800 Dark Red

📋 copy color: '#941800'

red 148 ◦ green 24 ◦ blue 0

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

Shades of Dark Red #941800

Tints of Dark Red #941800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 86.05%
G = 13.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#941800 (or 0x941800) is known color: Dark Red. HEX triplet: 94, 18 and 00. RGB value is (148,24,0). Sum of RGB (Red+Green+Blue) = 148+24+0=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #941800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941800 is #6BE7FF. Grayscale: #3A3A3A. Windows color (decimal): -7071744 or 6292. OLE color: 6292.

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

Color convert

RGB 148 24 0 -
CMYK 0 0.84 1 0.42
HSL 9.73º 1% 0.29% -
HSV(B) 9.73º 1% 0.58% -
XYZ 12.54 6.95 0.68 -
YUV 58.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 148 24 0 0 0.84 1 0.42 9.73 1 0.29
Hex 94 18 0 0 54 64 2A A 64 1D
Octal 224 30 0 0 124 144 52 12 144 35
Binary 10010100 11000 0 0 1010100 1100100 101010 1010 1100100 11101

Color Harmonies of #941800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941800

Black with #941800

Text Example


Text Example

White with #941800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941800; }

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

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

background-color css

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

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

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

border-color css

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

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

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