Html Css Color HEX #5D2123 Burnt Crimson

📋 copy color: '#5D2123'

red 93 ◦ green 33 ◦ blue 35

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

Shades of Burnt Crimson #5D2123

Tints of Burnt Crimson #5D2123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 57.76%
G = 20.5%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D2123 (or 0x5D2123) is known color: Burnt Crimson. HEX triplet: 5D, 21 and 23. RGB value is (93,33,35). Sum of RGB (Red+Green+Blue) = 93+33+35=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2123 is #A2DEDC. Grayscale: #333333. Windows color (decimal): -10673885 or 2302301. OLE color: 2302301.

HSL color Cylindrical-coordinate representation of color #5D2123: hue angle of 358º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2123 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 33 35 -
CMYK 0 0.65 0.62 0.64
HSL 358º 0.48% 0.25% -
HSV(B) 358º 0.65% 0.36% -
XYZ 5.36 3.54 1.99 -
YUV 51.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 93 33 35 0 0.65 0.62 0.64 358 0.48 0.25
Hex 5D 21 23 0 41 3E 40 166 30 19
Octal 135 41 43 0 101 76 100 546 60 31
Binary 1011101 100001 100011 0 1000001 111110 1000000 101100110 110000 11001

Color Harmonies of #5D2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2123

Black with #5D2123

Text Example


Text Example

White with #5D2123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,33,35); }

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

background-color css

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

 a { background-color: rgb(93,33,35); }

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

border-color css

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

 span { border-color: rgb(93,33,35); }

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