Html Css Color HEX #5E0F11 Burnt Crimson

📋 copy color: '#5E0F11'

red 94 ◦ green 15 ◦ blue 17

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

Shades of Burnt Crimson #5E0F11

Tints of Burnt Crimson #5E0F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.9%

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 74.6%
G = 11.9%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5E0F11 (or 0x5E0F11) is known color: Burnt Crimson. HEX triplet: 5E, 0F and 11. RGB value is (94,15,17). Sum of RGB (Red+Green+Blue) = 94+15+17=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0F11 is #A1F0EE. Grayscale: #262626. Windows color (decimal): -10612975 or 1118046. OLE color: 1118046.

HSL color Cylindrical-coordinate representation of color #5E0F11: hue angle of 358.48º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E0F11 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 15 17 -
CMYK 0 0.84 0.82 0.63
HSL 358.48º 0.72% 0.21% -
HSV(B) 358.48º 0.84% 0.37% -
XYZ 4.89 2.76 0.81 -
YUV 38.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 94 15 17 0 0.84 0.82 0.63 358.48 0.72 0.21
Hex 5E F 11 0 54 52 3F 166 48 15
Octal 136 17 21 0 124 122 77 546 110 25
Binary 1011110 1111 10001 0 1010100 1010010 111111 101100110 1001000 10101

Color Harmonies of #5E0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0F11

Black with #5E0F11

Text Example


Text Example

White with #5E0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,15,17); }

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

background-color css

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

 a { background-color: rgb(94,15,17); }

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

border-color css

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

 span { border-color: rgb(94,15,17); }

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