Html Css Color HEX #5E1213 Burnt Crimson

📋 copy color: '#5E1213'

red 94 ◦ green 18 ◦ blue 19

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

Shades of Burnt Crimson #5E1213

Tints of Burnt Crimson #5E1213

RGB

 RED value IS 94 (37.11% from 255) = 71.76%

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 71.76%
G = 13.74%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E1213 (or 0x5E1213) is known color: Burnt Crimson. HEX triplet: 5E, 12 and 13. RGB value is (94,18,19). Sum of RGB (Red+Green+Blue) = 94+18+19=131 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.76% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1213 is #A1EDEC. Grayscale: #282828. Windows color (decimal): -10612205 or 1249886. OLE color: 1249886.

HSL color Cylindrical-coordinate representation of color #5E1213: hue angle of 359.21º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1213 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 18 19 -
CMYK 0 0.81 0.80 0.63
HSL 359.21º 0.68% 0.22% -
HSV(B) 359.21º 0.81% 0.37% -
XYZ 4.95 2.86 0.91 -
YUV 40.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 94 18 19 0 0.81 0.80 0.63 359.21 0.68 0.22
Hex 5E 12 13 0 51 50 3F 167 44 16
Octal 136 22 23 0 121 120 77 547 104 26
Binary 1011110 10010 10011 0 1010001 1010000 111111 101100111 1000100 10110

Color Harmonies of #5E1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1213

Black with #5E1213

Text Example


Text Example

White with #5E1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,18,19); }

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

background-color css

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

 a { background-color: rgb(94,18,19); }

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

border-color css

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

 span { border-color: rgb(94,18,19); }

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