Html Css Color HEX #60221E Red Oxide

📋 copy color: '#60221E'

red 96 ◦ green 34 ◦ blue 30

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

Shades of Red Oxide #60221E

Tints of Red Oxide #60221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 60%
G = 21.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60221E (or 0x60221E) is known color: Red Oxide. HEX triplet: 60, 22 and 1E. RGB value is (96,34,30). Sum of RGB (Red+Green+Blue) = 96+34+30=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60221E is #9FDDE1. Grayscale: #343434. Windows color (decimal): -10477026 or 1974880. OLE color: 1974880.

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

Color convert

RGB 96 34 30 -
CMYK 0 0.65 0.69 0.62
HSL 3.64º 0.52% 0.25% -
HSV(B) 3.64º 0.69% 0.38% -
XYZ 5.63 3.72 1.65 -
YUV 52.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 96 34 30 0 0.65 0.69 0.62 3.64 0.52 0.25
Hex 60 22 1E 0 41 45 3E 4 34 19
Octal 140 42 36 0 101 105 76 4 64 31
Binary 1100000 100010 11110 0 1000001 1000101 111110 100 110100 11001

Color Harmonies of #60221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60221E

Black with #60221E

Text Example


Text Example

White with #60221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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