Html Css Color HEX #570E0F Burnt Crimson

📋 copy color: '#570E0F'

red 87 ◦ green 14 ◦ blue 15

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

Shades of Burnt Crimson #570E0F

Tints of Burnt Crimson #570E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 75%
G = 12.07%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#570E0F (or 0x570E0F) is known color: Burnt Crimson. HEX triplet: 57, 0E and 0F. RGB value is (87,14,15). Sum of RGB (Red+Green+Blue) = 87+14+15=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E0F is #A8F1F0. Grayscale: #242424. Windows color (decimal): -11071985 or 986711. OLE color: 986711.

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

Color convert

RGB 87 14 15 -
CMYK 0 0.84 0.83 0.66
HSL 359.18º 0.72% 0.2% -
HSV(B) 359.18º 0.84% 0.34% -
XYZ 4.17 2.37 0.69 -
YUV 35.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 87 14 15 0 0.84 0.83 0.66 359.18 0.72 0.2
Hex 57 E F 0 54 53 42 167 48 14
Octal 127 16 17 0 124 123 102 547 110 24
Binary 1010111 1110 1111 0 1010100 1010011 1000010 101100111 1001000 10100

Color Harmonies of #570E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E0F

Black with #570E0F

Text Example


Text Example

White with #570E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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