Html Css Color HEX #600D01 Red Oxide

📋 copy color: '#600D01'

red 96 ◦ green 13 ◦ blue 1

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

Shades of Red Oxide #600D01

Tints of Red Oxide #600D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

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

R = 87.27%
G = 11.82%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#600D01 (or 0x600D01) is known color: Red Oxide. HEX triplet: 60, 0D and 01. RGB value is (96,13,1). Sum of RGB (Red+Green+Blue) = 96+13+1=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #600D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D01 is #9FF2FE. Grayscale: #242424. Windows color (decimal): -10482431 or 68960. OLE color: 68960.

HSL color Cylindrical-coordinate representation of color #600D01: hue angle of 7.58º 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 #600D01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 13 1 -
CMYK 0 0.86 0.99 0.62
HSL 7.58º 0.98% 0.19% -
HSV(B) 7.58º 0.99% 0.38% -
XYZ 4.97 2.78 0.3 -
YUV 36.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 96 13 1 0 0.86 0.99 0.62 7.58 0.98 0.19
Hex 60 D 1 0 56 63 3E 8 62 13
Octal 140 15 1 0 126 143 76 10 142 23
Binary 1100000 1101 1 0 1010110 1100011 111110 1000 1100010 10011

Color Harmonies of #600D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D01

Black with #600D01

Text Example


Text Example

White with #600D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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