Html Css Color HEX #5B0E0F Burnt Crimson

📋 copy color: '#5B0E0F'

red 91 ◦ green 14 ◦ blue 15

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

Shades of Burnt Crimson #5B0E0F

Tints of Burnt Crimson #5B0E0F

RGB

 RED value IS 91 (35.94% from 255) = 75.83%

 GREEN value IS 14 (5.86% from 255) = 11.67%

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 75.83%
G = 11.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5B0E0F (or 0x5B0E0F) is known color: Burnt Crimson. HEX triplet: 5B, 0E and 0F. RGB value is (91,14,15). Sum of RGB (Red+Green+Blue) = 91+14+15=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0E0F is #A4F1F0. Grayscale: #252525. Windows color (decimal): -10809841 or 986715. OLE color: 986715.

HSL color Cylindrical-coordinate representation of color #5B0E0F: hue angle of 359.22º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B0E0F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 14 15 -
CMYK 0 0.85 0.84 0.64
HSL 359.22º 0.73% 0.21% -
HSV(B) 359.22º 0.85% 0.36% -
XYZ 4.56 2.57 0.71 -
YUV 37.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 91 14 15 0 0.85 0.84 0.64 359.22 0.73 0.21
Hex 5B E F 0 55 54 40 167 49 15
Octal 133 16 17 0 125 124 100 547 111 25
Binary 1011011 1110 1111 0 1010101 1010100 1000000 101100111 1001001 10101

Color Harmonies of #5B0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0E0F

Black with #5B0E0F

Text Example


Text Example

White with #5B0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,14,15); }

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

background-color css

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

 a { background-color: rgb(91,14,15); }

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

border-color css

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

 span { border-color: rgb(91,14,15); }

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