Html Css Color HEX #551415 Burnt Crimson

📋 copy color: '#551415'

red 85 ◦ green 20 ◦ blue 21

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

Shades of Burnt Crimson #551415

Tints of Burnt Crimson #551415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 67.46%
G = 15.87%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#551415 (or 0x551415) is known color: Burnt Crimson. HEX triplet: 55, 14 and 15. RGB value is (85,20,21). Sum of RGB (Red+Green+Blue) = 85+20+21=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551415 is #AAEBEA. Grayscale: #272727. Windows color (decimal): -11201515 or 1381461. OLE color: 1381461.

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

Color convert

RGB 85 20 21 -
CMYK 0 0.76 0.75 0.67
HSL 359.08º 0.62% 0.21% -
HSV(B) 359.08º 0.76% 0.33% -
XYZ 4.13 2.49 0.97 -
YUV 39.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 85 20 21 0 0.76 0.75 0.67 359.08 0.62 0.21
Hex 55 14 15 0 4C 4B 43 167 3E 15
Octal 125 24 25 0 114 113 103 547 76 25
Binary 1010101 10100 10101 0 1001100 1001011 1000011 101100111 111110 10101

Color Harmonies of #551415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551415

Black with #551415

Text Example


Text Example

White with #551415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551415; }

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

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

background-color css

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

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

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

border-color css

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

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

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