Html Css Color HEX #550101 Red Oxide

📋 copy color: '#550101'

red 85 ◦ green 1 ◦ blue 1

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

Shades of Red Oxide #550101

Tints of Red Oxide #550101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 97.7%
G = 1.15%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#550101 (or 0x550101) is known color: Red Oxide. HEX triplet: 55, 01 and 01. RGB value is (85,1,1). Sum of RGB (Red+Green+Blue) = 85+1+1=87 (11% of max value = 765). Red value is 85 (33.59% from 255 or 97.70% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 85 - color contains mainly: red. Hex color #550101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550101 is #AAFEFE. Grayscale: #1A1A1A. Windows color (decimal): -11206399 or 65877. OLE color: 65877.

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

Color convert

RGB 85 1 1 -
CMYK 0 0.99 0.99 0.67
HSL 0.98% 0.17% -
HSV(B) 0.99% 0.33% -
XYZ 3.76 1.96 0.21 -
YUV 26.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 85 1 1 0 0.99 0.99 0.67 0 0.98 0.17
Hex 55 1 1 0 63 63 43 0 62 11
Octal 125 1 1 0 143 143 103 0 142 21
Binary 1010101 1 1 0 1100011 1100011 1000011 0 1100010 10001

Color Harmonies of #550101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550101

Black with #550101

Text Example


Text Example

White with #550101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550101; }

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

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

background-color css

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

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

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

border-color css

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

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

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