Html Css Color HEX #66201C Red Oxide

📋 copy color: '#66201C'

red 102 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #66201C

Tints of Red Oxide #66201C

RGB

 RED value IS 102 (40.23% from 255) = 62.96%

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 62.96%
G = 19.75%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66201C (or 0x66201C) is known color: Red Oxide. HEX triplet: 66, 20 and 1C. RGB value is (102,32,28). Sum of RGB (Red+Green+Blue) = 102+32+28=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66201C is #99DFE3. Grayscale: #343434. Windows color (decimal): -10084324 or 1843302. OLE color: 1843302.

HSL color Cylindrical-coordinate representation of color #66201C: hue angle of 3.24º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66201C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 28 -
CMYK 0 0.69 0.73 0.6
HSL 3.24º 0.57% 0.25% -
HSV(B) 3.24º 0.73% 0.4% -
XYZ 6.21 3.94 1.53 -
YUV 52.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 102 32 28 0 0.69 0.73 0.6 3.24 0.57 0.25
Hex 66 20 1C 0 45 49 3C 3 39 19
Octal 146 40 34 0 105 111 74 3 71 31
Binary 1100110 100000 11100 0 1000101 1001001 111100 11 111001 11001

Color Harmonies of #66201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66201C

Black with #66201C

Text Example


Text Example

White with #66201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,32,28); }

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

background-color css

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

 a { background-color: rgb(102,32,28); }

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

border-color css

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

 span { border-color: rgb(102,32,28); }

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