Html Css Color HEX #570F15 Burnt Crimson

📋 copy color: '#570F15'

red 87 ◦ green 15 ◦ blue 21

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

Shades of Burnt Crimson #570F15

Tints of Burnt Crimson #570F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 70.73%
G = 12.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#570F15 (or 0x570F15) is known color: Burnt Crimson. HEX triplet: 57, 0F and 15. RGB value is (87,15,21). Sum of RGB (Red+Green+Blue) = 87+15+21=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F15 is #A8F0EA. Grayscale: #252525. Windows color (decimal): -11071723 or 1380183. OLE color: 1380183.

HSL color Cylindrical-coordinate representation of color #570F15: hue angle of 355º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F15 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 21 -
CMYK 0 0.83 0.76 0.66
HSL 355º 0.71% 0.2% -
HSV(B) 355º 0.83% 0.34% -
XYZ 4.24 2.42 0.95 -
YUV 37.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 87 15 21 0 0.83 0.76 0.66 355 0.71 0.2
Hex 57 F 15 0 53 4C 42 163 47 14
Octal 127 17 25 0 123 114 102 543 107 24
Binary 1010111 1111 10101 0 1010011 1001100 1000010 101100011 1000111 10100

Color Harmonies of #570F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F15

Black with #570F15

Text Example


Text Example

White with #570F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570F15; }

 p { color: rgb(87,15,21); }

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

background-color css

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

 a { background-color: rgb(87,15,21); }

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

border-color css

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

 span { border-color: rgb(87,15,21); }

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