Html Css Color HEX #551101 Red Oxide

📋 copy color: '#551101'

red 85 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #551101

Tints of Red Oxide #551101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 82.52%
G = 16.5%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#551101 (or 0x551101) is known color: Red Oxide. HEX triplet: 55, 11 and 01. RGB value is (85,17,1). Sum of RGB (Red+Green+Blue) = 85+17+1=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #551101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551101 is #AAEEFE. Grayscale: #232323. Windows color (decimal): -11202303 or 69973. OLE color: 69973.

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

Color convert

RGB 85 17 1 -
CMYK 0 0.80 0.99 0.67
HSL 11.43º 0.98% 0.17% -
HSV(B) 11.43º 0.99% 0.33% -
XYZ 3.95 2.33 0.27 -
YUV 35.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 85 17 1 0 0.80 0.99 0.67 11.43 0.98 0.17
Hex 55 11 1 0 50 63 43 B 62 11
Octal 125 21 1 0 120 143 103 13 142 21
Binary 1010101 10001 1 0 1010000 1100011 1000011 1011 1100010 10001

Color Harmonies of #551101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551101

Black with #551101

Text Example


Text Example

White with #551101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551101; }

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

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

background-color css

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

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

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

border-color css

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

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

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