Html Css Color HEX #551111 Red Oxide

📋 copy color: '#551111'

red 85 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #551111

Tints of Red Oxide #551111

RGB

 RED value IS 85 (33.59% from 255) = 71.43%

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

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

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551111 (or 0x551111) is known color: Red Oxide. HEX triplet: 55, 11 and 11. RGB value is (85,17,17). Sum of RGB (Red+Green+Blue) = 85+17+17=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551111 is #AAEEEE. Grayscale: #252525. Windows color (decimal): -11202287 or 1118549. OLE color: 1118549.

HSL color Cylindrical-coordinate representation of color #551111: hue angle of 0º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551111 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 17 -
CMYK 0 0.80 0.80 0.67
HSL 0.67% 0.2% -
HSV(B) 0.8% 0.33% -
XYZ 4.05 2.37 0.77 -
YUV 37.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 85 17 17 0 0.80 0.80 0.67 0 0.67 0.2
Hex 55 11 11 0 50 50 43 0 43 14
Octal 125 21 21 0 120 120 103 0 103 24
Binary 1010101 10001 10001 0 1010000 1010000 1000011 0 1000011 10100

Color Harmonies of #551111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551111

Black with #551111

Text Example


Text Example

White with #551111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551111; }

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

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

background-color css

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

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

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

border-color css

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

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

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