Html Css Color HEX #551401 Red Oxide

📋 copy color: '#551401'

red 85 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #551401

Tints of Red Oxide #551401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 80.19%
G = 18.87%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#551401 (or 0x551401) is known color: Red Oxide. HEX triplet: 55, 14 and 01. RGB value is (85,20,1). Sum of RGB (Red+Green+Blue) = 85+20+1=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #551401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551401 is #AAEBFE. Grayscale: #252525. Windows color (decimal): -11201535 or 70741. OLE color: 70741.

HSL color Cylindrical-coordinate representation of color #551401: hue angle of 13.57º 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 #551401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 1 -
CMYK 0 0.76 0.99 0.67
HSL 13.57º 0.98% 0.17% -
HSV(B) 13.57º 0.99% 0.33% -
XYZ 4 2.43 0.29 -
YUV 37.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 85 20 1 0 0.76 0.99 0.67 13.57 0.98 0.17
Hex 55 14 1 0 4C 63 43 E 62 11
Octal 125 24 1 0 114 143 103 16 142 21
Binary 1010101 10100 1 0 1001100 1100011 1000011 1110 1100010 10001

Color Harmonies of #551401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551401

Black with #551401

Text Example


Text Example

White with #551401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551401; }

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

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

background-color css

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

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

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

border-color css

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

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

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