Html Css Color HEX #5D1A1D Burnt Crimson

📋 copy color: '#5D1A1D'

red 93 ◦ green 26 ◦ blue 29

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

Shades of Burnt Crimson #5D1A1D

Tints of Burnt Crimson #5D1A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 62.84%
G = 17.57%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D1A1D (or 0x5D1A1D) is known color: Burnt Crimson. HEX triplet: 5D, 1A and 1D. RGB value is (93,26,29). Sum of RGB (Red+Green+Blue) = 93+26+29=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A1D is #A2E5E2. Grayscale: #2E2E2E. Windows color (decimal): -10675683 or 1907293. OLE color: 1907293.

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

Color convert

RGB 93 26 29 -
CMYK 0 0.72 0.69 0.64
HSL 357.31º 0.56% 0.23% -
HSV(B) 357.31º 0.72% 0.36% -
XYZ 5.11 3.15 1.5 -
YUV 46.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 93 26 29 0 0.72 0.69 0.64 357.31 0.56 0.23
Hex 5D 1A 1D 0 48 45 40 165 38 17
Octal 135 32 35 0 110 105 100 545 70 27
Binary 1011101 11010 11101 0 1001000 1000101 1000000 101100101 111000 10111

Color Harmonies of #5D1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1A1D

Black with #5D1A1D

Text Example


Text Example

White with #5D1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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