Html Css Color HEX #55171C Burnt Crimson

📋 copy color: '#55171C'

red 85 ◦ green 23 ◦ blue 28

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

Shades of Burnt Crimson #55171C

Tints of Burnt Crimson #55171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 62.5%
G = 16.91%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55171C (or 0x55171C) is known color: Burnt Crimson. HEX triplet: 55, 17 and 1C. RGB value is (85,23,28). Sum of RGB (Red+Green+Blue) = 85+23+28=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55171C is #AAE8E3. Grayscale: #2A2A2A. Windows color (decimal): -11200740 or 1840981. OLE color: 1840981.

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

Color convert

RGB 85 23 28 -
CMYK 0 0.73 0.67 0.67
HSL 355.16º 0.57% 0.21% -
HSV(B) 355.16º 0.73% 0.33% -
XYZ 4.26 2.63 1.38 -
YUV 42.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 85 23 28 0 0.73 0.67 0.67 355.16 0.57 0.21
Hex 55 17 1C 0 49 43 43 163 39 15
Octal 125 27 34 0 111 103 103 543 71 25
Binary 1010101 10111 11100 0 1001001 1000011 1000011 101100011 111001 10101

Color Harmonies of #55171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55171C

Black with #55171C

Text Example


Text Example

White with #55171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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