Html Css Color HEX #571A1C Burnt Crimson

📋 copy color: '#571A1C'

red 87 ◦ green 26 ◦ blue 28

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

Shades of Burnt Crimson #571A1C

Tints of Burnt Crimson #571A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 61.7%
G = 18.44%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#571A1C (or 0x571A1C) is known color: Burnt Crimson. HEX triplet: 57, 1A and 1C. RGB value is (87,26,28). Sum of RGB (Red+Green+Blue) = 87+26+28=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A1C is #A8E5E3. Grayscale: #2C2C2C. Windows color (decimal): -11068900 or 1841751. OLE color: 1841751.

HSL color Cylindrical-coordinate representation of color #571A1C: hue angle of 358.03º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A1C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 28 -
CMYK 0 0.70 0.68 0.66
HSL 358.03º 0.54% 0.22% -
HSV(B) 358.03º 0.7% 0.34% -
XYZ 4.51 2.85 1.41 -
YUV 44.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 87 26 28 0 0.70 0.68 0.66 358.03 0.54 0.22
Hex 57 1A 1C 0 46 44 42 166 36 16
Octal 127 32 34 0 106 104 102 546 66 26
Binary 1010111 11010 11100 0 1000110 1000100 1000010 101100110 110110 10110

Color Harmonies of #571A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A1C

Black with #571A1C

Text Example


Text Example

White with #571A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A1C; }

 p { color: rgb(87,26,28); }

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

background-color css

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

 a { background-color: rgb(87,26,28); }

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

border-color css

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

 span { border-color: rgb(87,26,28); }

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