Html Css Color HEX #551315 Burnt Crimson

📋 copy color: '#551315'

red 85 ◦ green 19 ◦ blue 21

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

Shades of Burnt Crimson #551315

Tints of Burnt Crimson #551315

RGB

 RED value IS 85 (33.59% from 255) = 68%

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 68%
G = 15.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#551315 (or 0x551315) is known color: Burnt Crimson. HEX triplet: 55, 13 and 15. RGB value is (85,19,21). Sum of RGB (Red+Green+Blue) = 85+19+21=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551315 is #AAECEA. Grayscale: #272727. Windows color (decimal): -11201771 or 1381205. OLE color: 1381205.

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

Color convert

RGB 85 19 21 -
CMYK 0 0.78 0.75 0.67
HSL 358.18º 0.63% 0.2% -
HSV(B) 358.18º 0.78% 0.33% -
XYZ 4.11 2.45 0.97 -
YUV 38.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 85 19 21 0 0.78 0.75 0.67 358.18 0.63 0.2
Hex 55 13 15 0 4E 4B 43 166 3F 14
Octal 125 23 25 0 116 113 103 546 77 24
Binary 1010101 10011 10101 0 1001110 1001011 1000011 101100110 111111 10100

Color Harmonies of #551315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551315

Black with #551315

Text Example


Text Example

White with #551315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551315; }

 p { color: rgb(85,19,21); }

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

background-color css

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

 a { background-color: rgb(85,19,21); }

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

border-color css

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

 span { border-color: rgb(85,19,21); }

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