Html Css Color HEX #551214 Burnt Crimson

📋 copy color: '#551214'

red 85 ◦ green 18 ◦ blue 20

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

Shades of Burnt Crimson #551214

Tints of Burnt Crimson #551214

RGB

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

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

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

R = 69.11%
G = 14.63%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#551214 (or 0x551214) is known color: Burnt Crimson. HEX triplet: 55, 12 and 14. RGB value is (85,18,20). Sum of RGB (Red+Green+Blue) = 85+18+20=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551214 is #AAEDEB. Grayscale: #262626. Windows color (decimal): -11202028 or 1315413. OLE color: 1315413.

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

Color convert

RGB 85 18 20 -
CMYK 0 0.79 0.76 0.67
HSL 358.21º 0.65% 0.2% -
HSV(B) 358.21º 0.79% 0.33% -
XYZ 4.09 2.41 0.91 -
YUV 38.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 85 18 20 0 0.79 0.76 0.67 358.21 0.65 0.2
Hex 55 12 14 0 4F 4C 43 166 41 14
Octal 125 22 24 0 117 114 103 546 101 24
Binary 1010101 10010 10100 0 1001111 1001100 1000011 101100110 1000001 10100

Color Harmonies of #551214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551214

Black with #551214

Text Example


Text Example

White with #551214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551214; }

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

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

background-color css

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

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

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

border-color css

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

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

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