Html Css Color HEX #551C1D Burnt Crimson

📋 copy color: '#551C1D'

red 85 ◦ green 28 ◦ blue 29

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

Shades of Burnt Crimson #551C1D

Tints of Burnt Crimson #551C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.72%

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 59.86%
G = 19.72%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#551C1D (or 0x551C1D) is known color: Burnt Crimson. HEX triplet: 55, 1C and 1D. RGB value is (85,28,29). Sum of RGB (Red+Green+Blue) = 85+28+29=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C1D is #AAE3E2. Grayscale: #2D2D2D. Windows color (decimal): -11199459 or 1907797. OLE color: 1907797.

HSL color Cylindrical-coordinate representation of color #551C1D: hue angle of 358.95º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C1D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 29 -
CMYK 0 0.67 0.66 0.67
HSL 358.95º 0.5% 0.22% -
HSV(B) 358.95º 0.67% 0.33% -
XYZ 4.38 2.85 1.48 -
YUV 45.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 85 28 29 0 0.67 0.66 0.67 358.95 0.5 0.22
Hex 55 1C 1D 0 43 42 43 167 32 16
Octal 125 34 35 0 103 102 103 547 62 26
Binary 1010101 11100 11101 0 1000011 1000010 1000011 101100111 110010 10110

Color Harmonies of #551C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C1D

Black with #551C1D

Text Example


Text Example

White with #551C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C1D; }

 p { color: rgb(85,28,29); }

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

background-color css

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

 a { background-color: rgb(85,28,29); }

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

border-color css

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

 span { border-color: rgb(85,28,29); }

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