Html Css Color HEX #571213 Burnt Crimson

📋 copy color: '#571213'

red 87 ◦ green 18 ◦ blue 19

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

Shades of Burnt Crimson #571213

Tints of Burnt Crimson #571213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 70.16%
G = 14.52%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571213 (or 0x571213) is known color: Burnt Crimson. HEX triplet: 57, 12 and 13. RGB value is (87,18,19). Sum of RGB (Red+Green+Blue) = 87+18+19=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #571213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571213 is #A8EDEC. Grayscale: #262626. Windows color (decimal): -11070957 or 1249879. OLE color: 1249879.

HSL color Cylindrical-coordinate representation of color #571213: hue angle of 359.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571213 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 19 -
CMYK 0 0.79 0.78 0.66
HSL 359.13º 0.66% 0.21% -
HSV(B) 359.13º 0.79% 0.34% -
XYZ 4.26 2.51 0.88 -
YUV 38.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 87 18 19 0 0.79 0.78 0.66 359.13 0.66 0.21
Hex 57 12 13 0 4F 4E 42 167 42 15
Octal 127 22 23 0 117 116 102 547 102 25
Binary 1010111 10010 10011 0 1001111 1001110 1000010 101100111 1000010 10101

Color Harmonies of #571213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571213

Black with #571213

Text Example


Text Example

White with #571213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571213; }

 p { color: rgb(87,18,19); }

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

background-color css

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

 a { background-color: rgb(87,18,19); }

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

border-color css

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

 span { border-color: rgb(87,18,19); }

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