Html Css Color HEX #601111 Red Oxide

📋 copy color: '#601111'

red 96 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #601111

Tints of Red Oxide #601111

RGB

 RED value IS 96 (37.89% from 255) = 73.85%

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 73.85%
G = 13.08%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#601111 (or 0x601111) is known color: Red Oxide. HEX triplet: 60, 11 and 11. RGB value is (96,17,17). Sum of RGB (Red+Green+Blue) = 96+17+17=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601111 is #9FEEEE. Grayscale: #282828. Windows color (decimal): -10481391 or 1118560. OLE color: 1118560.

HSL color Cylindrical-coordinate representation of color #601111: hue angle of 0º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601111 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 17 -
CMYK 0 0.82 0.82 0.62
HSL 0.7% 0.22% -
HSV(B) 0.82% 0.38% -
XYZ 5.13 2.93 0.83 -
YUV 40.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 96 17 17 0 0.82 0.82 0.62 0 0.7 0.22
Hex 60 11 11 0 52 52 3E 0 46 16
Octal 140 21 21 0 122 122 76 0 106 26
Binary 1100000 10001 10001 0 1010010 1010010 111110 0 1000110 10110

Color Harmonies of #601111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601111

Black with #601111

Text Example


Text Example

White with #601111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601111; }

 p { color: rgb(96,17,17); }

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

background-color css

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

 a { background-color: rgb(96,17,17); }

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

border-color css

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

 span { border-color: rgb(96,17,17); }

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