Html Css Color HEX #551414 Red Oxide

📋 copy color: '#551414'

red 85 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #551414

Tints of Red Oxide #551414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 68%
G = 16%
B = 16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#551414 (or 0x551414) is known color: Red Oxide. HEX triplet: 55, 14 and 14. RGB value is (85,20,20). Sum of RGB (Red+Green+Blue) = 85+20+20=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551414 is #AAEBEB. Grayscale: #272727. Windows color (decimal): -11201516 or 1315925. OLE color: 1315925.

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

Color convert

RGB 85 20 20 -
CMYK 0 0.76 0.76 0.67
HSL 0.62% 0.21% -
HSV(B) 0.76% 0.33% -
XYZ 4.12 2.48 0.92 -
YUV 39.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 85 20 20 0 0.76 0.76 0.67 0 0.62 0.21
Hex 55 14 14 0 4C 4C 43 0 3E 15
Octal 125 24 24 0 114 114 103 0 76 25
Binary 1010101 10100 10100 0 1001100 1001100 1000011 0 111110 10101

Color Harmonies of #551414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551414

Black with #551414

Text Example


Text Example

White with #551414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551414; }

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

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

background-color css

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

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

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

border-color css

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

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

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