Html Css Color HEX #66150E Red Oxide

📋 copy color: '#66150E'

red 102 ◦ green 21 ◦ blue 14

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

Shades of Red Oxide #66150E

Tints of Red Oxide #66150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 14 (5.86% from 255) = 10.22%

R = 74.45%
G = 15.33%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66150E (or 0x66150E) is known color: Red Oxide. HEX triplet: 66, 15 and 0E. RGB value is (102,21,14). Sum of RGB (Red+Green+Blue) = 102+21+14=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150E is #99EAF1. Grayscale: #2C2C2C. Windows color (decimal): -10087154 or 922982. OLE color: 922982.

HSL color Cylindrical-coordinate representation of color #66150E: hue angle of 4.77º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66150E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 14 -
CMYK 0 0.79 0.86 0.6
HSL 4.77º 0.76% 0.23% -
HSV(B) 4.77º 0.86% 0.4% -
XYZ 5.83 3.39 0.76 -
YUV 44.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 102 21 14 0 0.79 0.86 0.6 4.77 0.76 0.23
Hex 66 15 E 0 4F 56 3C 5 4C 17
Octal 146 25 16 0 117 126 74 5 114 27
Binary 1100110 10101 1110 0 1001111 1010110 111100 101 1001100 10111

Color Harmonies of #66150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66150E

Black with #66150E

Text Example


Text Example

White with #66150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,21,14); }

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

background-color css

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

 a { background-color: rgb(102,21,14); }

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

border-color css

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

 span { border-color: rgb(102,21,14); }

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