Html Css Color HEX #551114 Burnt Crimson

📋 copy color: '#551114'

red 85 ◦ green 17 ◦ blue 20

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

Shades of Burnt Crimson #551114

Tints of Burnt Crimson #551114

RGB

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

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

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

R = 69.67%
G = 13.93%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#551114 (or 0x551114) is known color: Burnt Crimson. HEX triplet: 55, 11 and 14. RGB value is (85,17,20). Sum of RGB (Red+Green+Blue) = 85+17+20=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551114 is #AAEEEB. Grayscale: #252525. Windows color (decimal): -11202284 or 1315157. OLE color: 1315157.

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

Color convert

RGB 85 17 20 -
CMYK 0 0.80 0.76 0.67
HSL 357.35º 0.67% 0.2% -
HSV(B) 357.35º 0.8% 0.33% -
XYZ 4.07 2.38 0.91 -
YUV 37.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 85 17 20 0 0.80 0.76 0.67 357.35 0.67 0.2
Hex 55 11 14 0 50 4C 43 165 43 14
Octal 125 21 24 0 120 114 103 545 103 24
Binary 1010101 10001 10100 0 1010000 1001100 1000011 101100101 1000011 10100

Color Harmonies of #551114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551114

Black with #551114

Text Example


Text Example

White with #551114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551114; }

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

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

background-color css

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

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

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

border-color css

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

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

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