Html Css Color HEX #541215 Burnt Crimson

📋 copy color: '#541215'

red 84 ◦ green 18 ◦ blue 21

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

Shades of Burnt Crimson #541215

Tints of Burnt Crimson #541215

RGB

 RED value IS 84 (33.2% from 255) = 68.29%

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

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

R = 68.29%
G = 14.63%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#541215 (or 0x541215) is known color: Burnt Crimson. HEX triplet: 54, 12 and 15. RGB value is (84,18,21). Sum of RGB (Red+Green+Blue) = 84+18+21=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541215 is #ABEDEA. Grayscale: #262626. Windows color (decimal): -11267563 or 1380948. OLE color: 1380948.

HSL color Cylindrical-coordinate representation of color #541215: hue angle of 357.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541215 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 18 21 -
CMYK 0 0.79 0.75 0.67
HSL 357.27º 0.65% 0.2% -
HSV(B) 357.27º 0.79% 0.33% -
XYZ 4.01 2.37 0.96 -
YUV 38.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 84 18 21 0 0.79 0.75 0.67 357.27 0.65 0.2
Hex 54 12 15 0 4F 4B 43 165 41 14
Octal 124 22 25 0 117 113 103 545 101 24
Binary 1010100 10010 10101 0 1001111 1001011 1000011 101100101 1000001 10100

Color Harmonies of #541215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541215

Black with #541215

Text Example


Text Example

White with #541215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541215; }

 p { color: rgb(84,18,21); }

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

background-color css

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

 a { background-color: rgb(84,18,21); }

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

border-color css

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

 span { border-color: rgb(84,18,21); }

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