Html Css Color HEX #5D191C Burnt Crimson

📋 copy color: '#5D191C'

red 93 ◦ green 25 ◦ blue 28

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

Shades of Burnt Crimson #5D191C

Tints of Burnt Crimson #5D191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 63.7%
G = 17.12%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D191C (or 0x5D191C) is known color: Burnt Crimson. HEX triplet: 5D, 19 and 1C. RGB value is (93,25,28). Sum of RGB (Red+Green+Blue) = 93+25+28=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D191C is #A2E6E3. Grayscale: #2D2D2D. Windows color (decimal): -10675940 or 1841501. OLE color: 1841501.

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

Color convert

RGB 93 25 28 -
CMYK 0 0.73 0.70 0.64
HSL 357.35º 0.58% 0.23% -
HSV(B) 357.35º 0.73% 0.36% -
XYZ 5.07 3.11 1.43 -
YUV 45.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 93 25 28 0 0.73 0.70 0.64 357.35 0.58 0.23
Hex 5D 19 1C 0 49 46 40 165 3A 17
Octal 135 31 34 0 111 106 100 545 72 27
Binary 1011101 11001 11100 0 1001001 1000110 1000000 101100101 111010 10111

Color Harmonies of #5D191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D191C

Black with #5D191C

Text Example


Text Example

White with #5D191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,28); }

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

background-color css

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

 a { background-color: rgb(93,25,28); }

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

border-color css

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

 span { border-color: rgb(93,25,28); }

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