Html Css Color HEX #571C25 Burnt Crimson

📋 copy color: '#571C25'

red 87 ◦ green 28 ◦ blue 37

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

Shades of Burnt Crimson #571C25

Tints of Burnt Crimson #571C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 57.24%
G = 18.42%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571C25 (or 0x571C25) is known color: Burnt Crimson. HEX triplet: 57, 1C and 25. RGB value is (87,28,37). Sum of RGB (Red+Green+Blue) = 87+28+37=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C25 is #A8E3DA. Grayscale: #2E2E2E. Windows color (decimal): -11068379 or 2432087. OLE color: 2432087.

HSL color Cylindrical-coordinate representation of color #571C25: hue angle of 350.85º 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 #571C25 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 28 37 -
CMYK 0 0.68 0.57 0.66
HSL 350.85º 0.51% 0.23% -
HSV(B) 350.85º 0.68% 0.34% -
XYZ 4.68 2.99 2.08 -
YUV 46.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 87 28 37 0 0.68 0.57 0.66 350.85 0.51 0.23
Hex 57 1C 25 0 44 39 42 15F 33 17
Octal 127 34 45 0 104 71 102 537 63 27
Binary 1010111 11100 100101 0 1000100 111001 1000010 101011111 110011 10111

Color Harmonies of #571C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C25

Black with #571C25

Text Example


Text Example

White with #571C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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