Html Css Color HEX #5D171D Burnt Crimson

📋 copy color: '#5D171D'

red 93 ◦ green 23 ◦ blue 29

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

Shades of Burnt Crimson #5D171D

Tints of Burnt Crimson #5D171D

RGB

 RED value IS 93 (36.72% from 255) = 64.14%

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 64.14%
G = 15.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D171D (or 0x5D171D) is known color: Burnt Crimson. HEX triplet: 5D, 17 and 1D. RGB value is (93,23,29). Sum of RGB (Red+Green+Blue) = 93+23+29=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D171D is #A2E8E2. Grayscale: #2C2C2C. Windows color (decimal): -10676451 or 1906525. OLE color: 1906525.

HSL color Cylindrical-coordinate representation of color #5D171D: hue angle of 354.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D171D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 29 -
CMYK 0 0.75 0.69 0.64
HSL 354.86º 0.6% 0.23% -
HSV(B) 354.86º 0.75% 0.36% -
XYZ 5.04 3.03 1.48 -
YUV 44.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 93 23 29 0 0.75 0.69 0.64 354.86 0.6 0.23
Hex 5D 17 1D 0 4B 45 40 163 3C 17
Octal 135 27 35 0 113 105 100 543 74 27
Binary 1011101 10111 11101 0 1001011 1000101 1000000 101100011 111100 10111

Color Harmonies of #5D171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D171D

Black with #5D171D

Text Example


Text Example

White with #5D171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D171D; }

 p { color: rgb(93,23,29); }

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

background-color css

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

 a { background-color: rgb(93,23,29); }

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

border-color css

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

 span { border-color: rgb(93,23,29); }

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