Html Css Color HEX #931C00 Dark Red

📋 copy color: '#931C00'

red 147 ◦ green 28 ◦ blue 0

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

Shades of Dark Red #931C00

Tints of Dark Red #931C00

RGB

 RED value IS 147 (57.81% from 255) = 84%

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

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

R = 84%
G = 16%
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

#931C00 (or 0x931C00) is known color: Dark Red. HEX triplet: 93, 1C and 00. RGB value is (147,28,0). Sum of RGB (Red+Green+Blue) = 147+28+0=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #931C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C00 is #6CE3FF. Grayscale: #3C3C3C. Windows color (decimal): -7136256 or 7315. OLE color: 7315.

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

Color convert

RGB 147 28 0 -
CMYK 0 0.81 1 0.42
HSL 11.43º 1% 0.29% -
HSV(B) 11.43º 1% 0.58% -
XYZ 12.45 7.03 0.7 -
YUV 60.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 147 28 0 0 0.81 1 0.42 11.43 1 0.29
Hex 93 1C 0 0 51 64 2A B 64 1D
Octal 223 34 0 0 121 144 52 13 144 35
Binary 10010011 11100 0 0 1010001 1100100 101010 1011 1100100 11101

Color Harmonies of #931C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931C00

Black with #931C00

Text Example


Text Example

White with #931C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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