Html Css Color HEX #571C1D Burnt Crimson

📋 copy color: '#571C1D'

red 87 ◦ green 28 ◦ blue 29

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

Shades of Burnt Crimson #571C1D

Tints of Burnt Crimson #571C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 60.42%
G = 19.44%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#571C1D (or 0x571C1D) is known color: Burnt Crimson. HEX triplet: 57, 1C and 1D. RGB value is (87,28,29). Sum of RGB (Red+Green+Blue) = 87+28+29=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C1D is #A8E3E2. Grayscale: #2D2D2D. Windows color (decimal): -11068387 or 1907799. OLE color: 1907799.

HSL color Cylindrical-coordinate representation of color #571C1D: hue angle of 358.98º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C1D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 29 -
CMYK 0 0.68 0.67 0.66
HSL 358.98º 0.51% 0.23% -
HSV(B) 358.98º 0.68% 0.34% -
XYZ 4.57 2.95 1.49 -
YUV 45.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 87 28 29 0 0.68 0.67 0.66 358.98 0.51 0.23
Hex 57 1C 1D 0 44 43 42 167 33 17
Octal 127 34 35 0 104 103 102 547 63 27
Binary 1010111 11100 11101 0 1000100 1000011 1000010 101100111 110011 10111

Color Harmonies of #571C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C1D

Black with #571C1D

Text Example


Text Example

White with #571C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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