Html Css Color HEX #551417 Burnt Crimson

📋 copy color: '#551417'

red 85 ◦ green 20 ◦ blue 23

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

Shades of Burnt Crimson #551417

Tints of Burnt Crimson #551417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 66.41%
G = 15.63%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#551417 (or 0x551417) is known color: Burnt Crimson. HEX triplet: 55, 14 and 17. RGB value is (85,20,23). Sum of RGB (Red+Green+Blue) = 85+20+23=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551417 is #AAEBE8. Grayscale: #272727. Windows color (decimal): -11201513 or 1512533. OLE color: 1512533.

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

Color convert

RGB 85 20 23 -
CMYK 0 0.76 0.73 0.67
HSL 357.23º 0.62% 0.21% -
HSV(B) 357.23º 0.76% 0.33% -
XYZ 4.15 2.49 1.07 -
YUV 39.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 85 20 23 0 0.76 0.73 0.67 357.23 0.62 0.21
Hex 55 14 17 0 4C 49 43 165 3E 15
Octal 125 24 27 0 114 111 103 545 76 25
Binary 1010101 10100 10111 0 1001100 1001001 1000011 101100101 111110 10101

Color Harmonies of #551417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551417

Black with #551417

Text Example


Text Example

White with #551417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551417; }

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

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

background-color css

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

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

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

border-color css

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

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

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