Html Css Color HEX #66201D Red Oxide

📋 copy color: '#66201D'

red 102 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #66201D

Tints of Red Oxide #66201D

RGB

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

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

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

R = 62.58%
G = 19.63%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66201D (or 0x66201D) is known color: Red Oxide. HEX triplet: 66, 20 and 1D. RGB value is (102,32,29). Sum of RGB (Red+Green+Blue) = 102+32+29=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66201D is #99DFE2. Grayscale: #343434. Windows color (decimal): -10084323 or 1908838. OLE color: 1908838.

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

Color convert

RGB 102 32 29 -
CMYK 0 0.69 0.72 0.6
HSL 2.47º 0.56% 0.26% -
HSV(B) 2.47º 0.72% 0.4% -
XYZ 6.22 3.95 1.6 -
YUV 52.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 102 32 29 0 0.69 0.72 0.6 2.47 0.56 0.26
Hex 66 20 1D 0 45 48 3C 2 38 1A
Octal 146 40 35 0 105 110 74 2 70 32
Binary 1100110 100000 11101 0 1000101 1001000 111100 10 111000 11010

Color Harmonies of #66201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66201D

Black with #66201D

Text Example


Text Example

White with #66201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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