Html Css Color HEX #60221C Red Oxide

📋 copy color: '#60221C'

red 96 ◦ green 34 ◦ blue 28

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

Shades of Red Oxide #60221C

Tints of Red Oxide #60221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 60.76%
G = 21.52%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60221C (or 0x60221C) is known color: Red Oxide. HEX triplet: 60, 22 and 1C. RGB value is (96,34,28). Sum of RGB (Red+Green+Blue) = 96+34+28=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60221C is #9FDDE3. Grayscale: #333333. Windows color (decimal): -10477028 or 1843808. OLE color: 1843808.

HSL color Cylindrical-coordinate representation of color #60221C: hue angle of 5.29º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60221C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 34 28 -
CMYK 0 0.65 0.71 0.62
HSL 5.29º 0.55% 0.24% -
HSV(B) 5.29º 0.71% 0.38% -
XYZ 5.61 3.71 1.52 -
YUV 51.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 96 34 28 0 0.65 0.71 0.62 5.29 0.55 0.24
Hex 60 22 1C 0 41 47 3E 5 37 18
Octal 140 42 34 0 101 107 76 5 67 30
Binary 1100000 100010 11100 0 1000001 1000111 111110 101 110111 11000

Color Harmonies of #60221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60221C

Black with #60221C

Text Example


Text Example

White with #60221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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