Html Css Color HEX #5C191F Burnt Crimson

📋 copy color: '#5C191F'

red 92 ◦ green 25 ◦ blue 31

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

Shades of Burnt Crimson #5C191F

Tints of Burnt Crimson #5C191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 62.16%
G = 16.89%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5C191F (or 0x5C191F) is known color: Burnt Crimson. HEX triplet: 5C, 19 and 1F. RGB value is (92,25,31). Sum of RGB (Red+Green+Blue) = 92+25+31=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C191F is #A3E6E0. Grayscale: #2D2D2D. Windows color (decimal): -10741473 or 2038108. OLE color: 2038108.

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

Color convert

RGB 92 25 31 -
CMYK 0 0.73 0.66 0.64
HSL 354.63º 0.57% 0.23% -
HSV(B) 354.63º 0.73% 0.36% -
XYZ 5.01 3.07 1.62 -
YUV 45.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 92 25 31 0 0.73 0.66 0.64 354.63 0.57 0.23
Hex 5C 19 1F 0 49 42 40 163 39 17
Octal 134 31 37 0 111 102 100 543 71 27
Binary 1011100 11001 11111 0 1001001 1000010 1000000 101100011 111001 10111

Color Harmonies of #5C191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C191F

Black with #5C191F

Text Example


Text Example

White with #5C191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,25,31); }

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

background-color css

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

 a { background-color: rgb(92,25,31); }

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

border-color css

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

 span { border-color: rgb(92,25,31); }

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