Html Css Color HEX #571E1F Burnt Crimson

📋 copy color: '#571E1F'

red 87 ◦ green 30 ◦ blue 31

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

Shades of Burnt Crimson #571E1F

Tints of Burnt Crimson #571E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 58.78%
G = 20.27%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#571E1F (or 0x571E1F) is known color: Burnt Crimson. HEX triplet: 57, 1E and 1F. RGB value is (87,30,31). Sum of RGB (Red+Green+Blue) = 87+30+31=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E1F is #A8E1E0. Grayscale: #2F2F2F. Windows color (decimal): -11067873 or 2039383. OLE color: 2039383.

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

Color convert

RGB 87 30 31 -
CMYK 0 0.66 0.64 0.66
HSL 358.95º 0.49% 0.23% -
HSV(B) 358.95º 0.66% 0.34% -
XYZ 4.64 3.05 1.64 -
YUV 47.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 87 30 31 0 0.66 0.64 0.66 358.95 0.49 0.23
Hex 57 1E 1F 0 42 40 42 167 31 17
Octal 127 36 37 0 102 100 102 547 61 27
Binary 1010111 11110 11111 0 1000010 1000000 1000010 101100111 110001 10111

Color Harmonies of #571E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E1F

Black with #571E1F

Text Example


Text Example

White with #571E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,30,31); }

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

background-color css

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

 a { background-color: rgb(87,30,31); }

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

border-color css

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

 span { border-color: rgb(87,30,31); }

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