Html Css Color HEX #5D151A Burnt Crimson

📋 copy color: '#5D151A'

red 93 ◦ green 21 ◦ blue 26

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

Shades of Burnt Crimson #5D151A

Tints of Burnt Crimson #5D151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 66.43%
G = 15%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D151A (or 0x5D151A) is known color: Burnt Crimson. HEX triplet: 5D, 15 and 1A. RGB value is (93,21,26). Sum of RGB (Red+Green+Blue) = 93+21+26=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D151A is #A2EAE5. Grayscale: #2B2B2B. Windows color (decimal): -10676966 or 1709405. OLE color: 1709405.

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

Color convert

RGB 93 21 26 -
CMYK 0 0.77 0.72 0.64
HSL 355.83º 0.63% 0.22% -
HSV(B) 355.83º 0.77% 0.36% -
XYZ 4.97 2.94 1.28 -
YUV 43.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 93 21 26 0 0.77 0.72 0.64 355.83 0.63 0.22
Hex 5D 15 1A 0 4D 48 40 164 3F 16
Octal 135 25 32 0 115 110 100 544 77 26
Binary 1011101 10101 11010 0 1001101 1001000 1000000 101100100 111111 10110

Color Harmonies of #5D151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D151A

Black with #5D151A

Text Example


Text Example

White with #5D151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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