Html Css Color HEX #571014 Burnt Crimson

📋 copy color: '#571014'

red 87 ◦ green 16 ◦ blue 20

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

Shades of Burnt Crimson #571014

Tints of Burnt Crimson #571014

RGB

 RED value IS 87 (34.38% from 255) = 70.73%

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 70.73%
G = 13.01%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#571014 (or 0x571014) is known color: Burnt Crimson. HEX triplet: 57, 10 and 14. RGB value is (87,16,20). Sum of RGB (Red+Green+Blue) = 87+16+20=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571014 is #A8EFEB. Grayscale: #252525. Windows color (decimal): -11071468 or 1314903. OLE color: 1314903.

HSL color Cylindrical-coordinate representation of color #571014: hue angle of 356.62º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571014 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 20 -
CMYK 0 0.82 0.77 0.66
HSL 356.62º 0.69% 0.2% -
HSV(B) 356.62º 0.82% 0.34% -
XYZ 4.24 2.45 0.91 -
YUV 37.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 87 16 20 0 0.82 0.77 0.66 356.62 0.69 0.2
Hex 57 10 14 0 52 4D 42 165 45 14
Octal 127 20 24 0 122 115 102 545 105 24
Binary 1010111 10000 10100 0 1010010 1001101 1000010 101100101 1000101 10100

Color Harmonies of #571014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571014

Black with #571014

Text Example


Text Example

White with #571014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571014; }

 p { color: rgb(87,16,20); }

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

background-color css

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

 a { background-color: rgb(87,16,20); }

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

border-color css

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

 span { border-color: rgb(87,16,20); }

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