Html Css Color HEX #5F1011 Burnt Crimson

📋 copy color: '#5F1011'

red 95 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #5F1011

Tints of Burnt Crimson #5F1011

RGB

 RED value IS 95 (37.5% from 255) = 74.22%

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 74.22%
G = 12.5%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5F1011 (or 0x5F1011) is known color: Burnt Crimson. HEX triplet: 5F, 10 and 11. RGB value is (95,16,17). Sum of RGB (Red+Green+Blue) = 95+16+17=128 (16% of max value = 765). Red value is 95 (37.5% from 255 or 74.22% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1011 is #A0EFEE. Grayscale: #272727. Windows color (decimal): -10547183 or 1118303. OLE color: 1118303.

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

Color convert

RGB 95 16 17 -
CMYK 0 0.83 0.82 0.63
HSL 359.24º 0.71% 0.22% -
HSV(B) 359.24º 0.83% 0.37% -
XYZ 5.01 2.84 0.82 -
YUV 39.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 95 16 17 0 0.83 0.82 0.63 359.24 0.71 0.22
Hex 5F 10 11 0 53 52 3F 167 47 16
Octal 137 20 21 0 123 122 77 547 107 26
Binary 1011111 10000 10001 0 1010011 1010010 111111 101100111 1000111 10110

Color Harmonies of #5F1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1011

Black with #5F1011

Text Example


Text Example

White with #5F1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,16,17); }

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

background-color css

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

 a { background-color: rgb(95,16,17); }

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

border-color css

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

 span { border-color: rgb(95,16,17); }

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