Html Css Color HEX #941C00 Dark Red

📋 copy color: '#941C00'

red 148 ◦ green 28 ◦ blue 0

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

Shades of Dark Red #941C00

Tints of Dark Red #941C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

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

R = 84.09%
G = 15.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#941C00 (or 0x941C00) is known color: Dark Red. HEX triplet: 94, 1C and 00. RGB value is (148,28,0). Sum of RGB (Red+Green+Blue) = 148+28+0=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #941C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C00 is #6BE3FF. Grayscale: #3C3C3C. Windows color (decimal): -7070720 or 7316. OLE color: 7316.

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

Color convert

RGB 148 28 0 -
CMYK 0 0.81 1 0.42
HSL 11.35º 1% 0.29% -
HSV(B) 11.35º 1% 0.58% -
XYZ 12.63 7.13 0.71 -
YUV 60.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 148 28 0 0 0.81 1 0.42 11.35 1 0.29
Hex 94 1C 0 0 51 64 2A B 64 1D
Octal 224 34 0 0 121 144 52 13 144 35
Binary 10010100 11100 0 0 1010001 1100100 101010 1011 1100100 11101

Color Harmonies of #941C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C00

Black with #941C00

Text Example


Text Example

White with #941C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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