Html Css Color HEX #5E171A Burnt Crimson

📋 copy color: '#5E171A'

red 94 ◦ green 23 ◦ blue 26

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

Shades of Burnt Crimson #5E171A

Tints of Burnt Crimson #5E171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 65.73%
G = 16.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E171A (or 0x5E171A) is known color: Burnt Crimson. HEX triplet: 5E, 17 and 1A. RGB value is (94,23,26). Sum of RGB (Red+Green+Blue) = 94+23+26=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E171A is #A1E8E5. Grayscale: #2C2C2C. Windows color (decimal): -10610918 or 1709918. OLE color: 1709918.

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

Color convert

RGB 94 23 26 -
CMYK 0 0.76 0.72 0.63
HSL 357.46º 0.61% 0.23% -
HSV(B) 357.46º 0.76% 0.37% -
XYZ 5.11 3.07 1.3 -
YUV 44.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 94 23 26 0 0.76 0.72 0.63 357.46 0.61 0.23
Hex 5E 17 1A 0 4C 48 3F 165 3D 17
Octal 136 27 32 0 114 110 77 545 75 27
Binary 1011110 10111 11010 0 1001100 1001000 111111 101100101 111101 10111

Color Harmonies of #5E171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E171A

Black with #5E171A

Text Example


Text Example

White with #5E171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,26); }

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

background-color css

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

 a { background-color: rgb(94,23,26); }

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

border-color css

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

 span { border-color: rgb(94,23,26); }

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