Html Css Color HEX #671111 Red Oxide

📋 copy color: '#671111'

red 103 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #671111

Tints of Red Oxide #671111

RGB

 RED value IS 103 (40.63% from 255) = 75.18%

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 75.18%
G = 12.41%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671111 (or 0x671111) is known color: Red Oxide. HEX triplet: 67, 11 and 11. RGB value is (103,17,17). Sum of RGB (Red+Green+Blue) = 103+17+17=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #671111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671111 is #98EEEE. Grayscale: #2A2A2A. Windows color (decimal): -10022639 or 1118567. OLE color: 1118567.

HSL color Cylindrical-coordinate representation of color #671111: hue angle of 0º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671111 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 17 -
CMYK 0 0.83 0.83 0.60
HSL 0.72% 0.24% -
HSV(B) 0.83% 0.4% -
XYZ 5.9 3.32 0.86 -
YUV 42.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 103 17 17 0 0.83 0.83 0.60 0 0.72 0.24
Hex 67 11 11 0 53 53 3C 0 48 18
Octal 147 21 21 0 123 123 74 0 110 30
Binary 1100111 10001 10001 0 1010011 1010011 111100 0 1001000 11000

Color Harmonies of #671111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671111

Black with #671111

Text Example


Text Example

White with #671111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671111; }

 p { color: rgb(103,17,17); }

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

background-color css

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

 a { background-color: rgb(103,17,17); }

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

border-color css

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

 span { border-color: rgb(103,17,17); }

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