Html Css Color HEX #601D15 Red Oxide

📋 copy color: '#601D15'

red 96 ◦ green 29 ◦ blue 21

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

Shades of Red Oxide #601D15

Tints of Red Oxide #601D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 65.75%
G = 19.86%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#601D15 (or 0x601D15) is known color: Red Oxide. HEX triplet: 60, 1D and 15. RGB value is (96,29,21). Sum of RGB (Red+Green+Blue) = 96+29+21=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #601D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D15 is #9FE2EA. Grayscale: #303030. Windows color (decimal): -10478315 or 1383776. OLE color: 1383776.

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

Color convert

RGB 96 29 21 -
CMYK 0 0.70 0.78 0.62
HSL 6.4º 0.64% 0.23% -
HSV(B) 6.4º 0.78% 0.38% -
XYZ 5.4 3.42 1.08 -
YUV 48.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 96 29 21 0 0.70 0.78 0.62 6.4 0.64 0.23
Hex 60 1D 15 0 46 4E 3E 6 40 17
Octal 140 35 25 0 106 116 76 6 100 27
Binary 1100000 11101 10101 0 1000110 1001110 111110 110 1000000 10111

Color Harmonies of #601D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D15

Black with #601D15

Text Example


Text Example

White with #601D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,29,21); }

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

background-color css

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

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

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

border-color css

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

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

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