Html Css Color HEX #5C1517 Burnt Crimson

📋 copy color: '#5C1517'

red 92 ◦ green 21 ◦ blue 23

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

Shades of Burnt Crimson #5C1517

Tints of Burnt Crimson #5C1517

RGB

 RED value IS 92 (36.33% from 255) = 67.65%

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 67.65%
G = 15.44%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5C1517 (or 0x5C1517) is known color: Burnt Crimson. HEX triplet: 5C, 15 and 17. RGB value is (92,21,23). Sum of RGB (Red+Green+Blue) = 92+21+23=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1517 is #A3EAE8. Grayscale: #2A2A2A. Windows color (decimal): -10742505 or 1512796. OLE color: 1512796.

HSL color Cylindrical-coordinate representation of color #5C1517: hue angle of 358.31º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1517 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 23 -
CMYK 0 0.77 0.75 0.64
HSL 358.31º 0.63% 0.22% -
HSV(B) 358.31º 0.77% 0.36% -
XYZ 4.84 2.87 1.11 -
YUV 42.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 92 21 23 0 0.77 0.75 0.64 358.31 0.63 0.22
Hex 5C 15 17 0 4D 4B 40 166 3F 16
Octal 134 25 27 0 115 113 100 546 77 26
Binary 1011100 10101 10111 0 1001101 1001011 1000000 101100110 111111 10110

Color Harmonies of #5C1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1517

Black with #5C1517

Text Example


Text Example

White with #5C1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,21,23); }

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

background-color css

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

 a { background-color: rgb(92,21,23); }

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

border-color css

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

 span { border-color: rgb(92,21,23); }

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