Html Css Color HEX #941200 Dark Red

📋 copy color: '#941200'

red 148 ◦ green 18 ◦ blue 0

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

Shades of Dark Red #941200

Tints of Dark Red #941200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 89.16%
G = 10.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#941200 (or 0x941200) is known color: Dark Red. HEX triplet: 94, 12 and 00. RGB value is (148,18,0). Sum of RGB (Red+Green+Blue) = 148+18+0=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #941200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941200 is #6BEDFF. Grayscale: #373737. Windows color (decimal): -7073280 or 4756. OLE color: 4756.

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

Color convert

RGB 148 18 0 -
CMYK 0 0.88 1 0.42
HSL 7.3º 1% 0.29% -
HSV(B) 7.3º 1% 0.58% -
XYZ 12.43 6.73 0.64 -
YUV 54.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 148 18 0 0 0.88 1 0.42 7.3 1 0.29
Hex 94 12 0 0 58 64 2A 7 64 1D
Octal 224 22 0 0 130 144 52 7 144 35
Binary 10010100 10010 0 0 1011000 1100100 101010 111 1100100 11101

Color Harmonies of #941200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941200

Black with #941200

Text Example


Text Example

White with #941200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941200; }

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

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

background-color css

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

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

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

border-color css

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

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

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