Html Css Color HEX #601401 Red Oxide

📋 copy color: '#601401'

red 96 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #601401

Tints of Red Oxide #601401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 82.05%
G = 17.09%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601401 (or 0x601401) is known color: Red Oxide. HEX triplet: 60, 14 and 01. RGB value is (96,20,1). Sum of RGB (Red+Green+Blue) = 96+20+1=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #601401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601401 is #9FEBFE. Grayscale: #282828. Windows color (decimal): -10480639 or 70752. OLE color: 70752.

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

Color convert

RGB 96 20 1 -
CMYK 0 0.79 0.99 0.62
HSL 12º 0.98% 0.19% -
HSV(B) 12º 0.99% 0.38% -
XYZ 5.08 2.99 0.34 -
YUV 40.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 96 20 1 0 0.79 0.99 0.62 12 0.98 0.19
Hex 60 14 1 0 4F 63 3E C 62 13
Octal 140 24 1 0 117 143 76 14 142 23
Binary 1100000 10100 1 0 1001111 1100011 111110 1100 1100010 10011

Color Harmonies of #601401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601401

Black with #601401

Text Example


Text Example

White with #601401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601401; }

 p { color: rgb(96,20,1); }

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

background-color css

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

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

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

border-color css

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

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

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