Html Css Color HEX #601C14 Red Oxide

📋 copy color: '#601C14'

red 96 ◦ green 28 ◦ blue 20

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

Shades of Red Oxide #601C14

Tints of Red Oxide #601C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 66.67%
G = 19.44%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601C14 (or 0x601C14) is known color: Red Oxide. HEX triplet: 60, 1C and 14. RGB value is (96,28,20). Sum of RGB (Red+Green+Blue) = 96+28+20=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C14 is #9FE3EB. Grayscale: #2F2F2F. Windows color (decimal): -10478572 or 1317984. OLE color: 1317984.

HSL color Cylindrical-coordinate representation of color #601C14: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601C14 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 28 20 -
CMYK 0 0.71 0.79 0.62
HSL 6.32º 0.66% 0.23% -
HSV(B) 6.32º 0.79% 0.38% -
XYZ 5.37 3.37 1.03 -
YUV 47.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 96 28 20 0 0.71 0.79 0.62 6.32 0.66 0.23
Hex 60 1C 14 0 47 4F 3E 6 42 17
Octal 140 34 24 0 107 117 76 6 102 27
Binary 1100000 11100 10100 0 1000111 1001111 111110 110 1000010 10111

Color Harmonies of #601C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C14

Black with #601C14

Text Example


Text Example

White with #601C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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