Html Css Color HEX #66150F Red Oxide

📋 copy color: '#66150F'

red 102 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #66150F

Tints of Red Oxide #66150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 73.91%
G = 15.22%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66150F (or 0x66150F) is known color: Red Oxide. HEX triplet: 66, 15 and 0F. RGB value is (102,21,15). Sum of RGB (Red+Green+Blue) = 102+21+15=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #66150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66150F is #99EAF0. Grayscale: #2C2C2C. Windows color (decimal): -10087153 or 988518. OLE color: 988518.

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

Color convert

RGB 102 21 15 -
CMYK 0 0.79 0.85 0.6
HSL 4.14º 0.74% 0.23% -
HSV(B) 4.14º 0.85% 0.4% -
XYZ 5.83 3.4 0.8 -
YUV 44.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 102 21 15 0 0.79 0.85 0.6 4.14 0.74 0.23
Hex 66 15 F 0 4F 55 3C 4 4A 17
Octal 146 25 17 0 117 125 74 4 112 27
Binary 1100110 10101 1111 0 1001111 1010101 111100 100 1001010 10111

Color Harmonies of #66150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66150F

Black with #66150F

Text Example


Text Example

White with #66150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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