Html Css Color HEX #5D191E Burnt Crimson

📋 copy color: '#5D191E'

red 93 ◦ green 25 ◦ blue 30

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

Shades of Burnt Crimson #5D191E

Tints of Burnt Crimson #5D191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 62.84%
G = 16.89%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5D191E (or 0x5D191E) is known color: Burnt Crimson. HEX triplet: 5D, 19 and 1E. RGB value is (93,25,30). Sum of RGB (Red+Green+Blue) = 93+25+30=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D191E is #A2E6E1. Grayscale: #2D2D2D. Windows color (decimal): -10675938 or 1972573. OLE color: 1972573.

HSL color Cylindrical-coordinate representation of color #5D191E: hue angle of 355.59º 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 #5D191E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 25 30 -
CMYK 0 0.73 0.68 0.64
HSL 355.59º 0.58% 0.23% -
HSV(B) 355.59º 0.73% 0.36% -
XYZ 5.1 3.12 1.56 -
YUV 45.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 93 25 30 0 0.73 0.68 0.64 355.59 0.58 0.23
Hex 5D 19 1E 0 49 44 40 164 3A 17
Octal 135 31 36 0 111 104 100 544 72 27
Binary 1011101 11001 11110 0 1001001 1000100 1000000 101100100 111010 10111

Color Harmonies of #5D191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D191E

Black with #5D191E

Text Example


Text Example

White with #5D191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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