Html Css Color HEX #571214 Burnt Crimson

📋 copy color: '#571214'

red 87 ◦ green 18 ◦ blue 20

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

Shades of Burnt Crimson #571214

Tints of Burnt Crimson #571214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 69.6%
G = 14.4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#571214 (or 0x571214) is known color: Burnt Crimson. HEX triplet: 57, 12 and 14. RGB value is (87,18,20). Sum of RGB (Red+Green+Blue) = 87+18+20=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571214 is #A8EDEB. Grayscale: #262626. Windows color (decimal): -11070956 or 1315415. OLE color: 1315415.

HSL color Cylindrical-coordinate representation of color #571214: hue angle of 358.26º 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 #571214 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 20 -
CMYK 0 0.79 0.77 0.66
HSL 358.26º 0.66% 0.21% -
HSV(B) 358.26º 0.79% 0.34% -
XYZ 4.27 2.51 0.92 -
YUV 38.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 87 18 20 0 0.79 0.77 0.66 358.26 0.66 0.21
Hex 57 12 14 0 4F 4D 42 166 42 15
Octal 127 22 24 0 117 115 102 546 102 25
Binary 1010111 10010 10100 0 1001111 1001101 1000010 101100110 1000010 10101

Color Harmonies of #571214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571214

Black with #571214

Text Example


Text Example

White with #571214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571214; }

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

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

background-color css

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

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

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

border-color css

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

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

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