Html Css Color HEX #501C1F Burnt Crimson

📋 copy color: '#501C1F'

red 80 ◦ green 28 ◦ blue 31

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

Shades of Burnt Crimson #501C1F

Tints of Burnt Crimson #501C1F

RGB

 RED value IS 80 (31.64% from 255) = 57.55%

 GREEN value IS 28 (11.33% from 255) = 20.14%

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

R = 57.55%
G = 20.14%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#501C1F (or 0x501C1F) is known color: Burnt Crimson. HEX triplet: 50, 1C and 1F. RGB value is (80,28,31). Sum of RGB (Red+Green+Blue) = 80+28+31=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C1F is #AFE3E0. Grayscale: #2B2B2B. Windows color (decimal): -11527137 or 2038864. OLE color: 2038864.

HSL color Cylindrical-coordinate representation of color #501C1F: hue angle of 356.54º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C1F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 31 -
CMYK 0 0.65 0.61 0.69
HSL 356.54º 0.48% 0.21% -
HSV(B) 356.54º 0.65% 0.31% -
XYZ 3.97 2.63 1.6 -
YUV 43.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 80 28 31 0 0.65 0.61 0.69 356.54 0.48 0.21
Hex 50 1C 1F 0 41 3D 45 165 30 15
Octal 120 34 37 0 101 75 105 545 60 25
Binary 1010000 11100 11111 0 1000001 111101 1000101 101100101 110000 10101

Color Harmonies of #501C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C1F

Black with #501C1F

Text Example


Text Example

White with #501C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C1F; }

 p { color: rgb(80,28,31); }

 H1.HeaderClassName
 {
   color: #501C1F;
 }
 .AnyTagClassName
 {
   color: #501C1F;
 }
</style>

background-color css

<style>
 a { background-color: #501C1F; }

 a { background-color: rgb(80,28,31); }

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

border-color css

<style>
 span { border-color: #501C1F; }

 span { border-color: rgb(80,28,31); }

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