Html Css Color HEX #60211D Red Oxide

📋 copy color: '#60211D'

red 96 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #60211D

Tints of Red Oxide #60211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 60.76%
G = 20.89%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60211D (or 0x60211D) is known color: Red Oxide. HEX triplet: 60, 21 and 1D. RGB value is (96,33,29). Sum of RGB (Red+Green+Blue) = 96+33+29=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60211D is #9FDEE2. Grayscale: #333333. Windows color (decimal): -10477283 or 1909088. OLE color: 1909088.

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

Color convert

RGB 96 33 29 -
CMYK 0 0.66 0.70 0.62
HSL 3.58º 0.54% 0.25% -
HSV(B) 3.58º 0.7% 0.38% -
XYZ 5.59 3.66 1.57 -
YUV 51.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 96 33 29 0 0.66 0.70 0.62 3.58 0.54 0.25
Hex 60 21 1D 0 42 46 3E 4 36 19
Octal 140 41 35 0 102 106 76 4 66 31
Binary 1100000 100001 11101 0 1000010 1000110 111110 100 110110 11001

Color Harmonies of #60211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60211D

Black with #60211D

Text Example


Text Example

White with #60211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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