Html Css Color HEX #551418 Burnt Crimson

📋 copy color: '#551418'

red 85 ◦ green 20 ◦ blue 24

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

Shades of Burnt Crimson #551418

Tints of Burnt Crimson #551418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 65.89%
G = 15.5%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551418 (or 0x551418) is known color: Burnt Crimson. HEX triplet: 55, 14 and 18. RGB value is (85,20,24). Sum of RGB (Red+Green+Blue) = 85+20+24=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551418 is #AAEBE7. Grayscale: #272727. Windows color (decimal): -11201512 or 1578069. OLE color: 1578069.

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

Color convert

RGB 85 20 24 -
CMYK 0 0.76 0.72 0.67
HSL 356.31º 0.62% 0.21% -
HSV(B) 356.31º 0.76% 0.33% -
XYZ 4.16 2.5 1.13 -
YUV 39.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 85 20 24 0 0.76 0.72 0.67 356.31 0.62 0.21
Hex 55 14 18 0 4C 48 43 164 3E 15
Octal 125 24 30 0 114 110 103 544 76 25
Binary 1010101 10100 11000 0 1001100 1001000 1000011 101100100 111110 10101

Color Harmonies of #551418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551418

Black with #551418

Text Example


Text Example

White with #551418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551418; }

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

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

background-color css

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

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

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

border-color css

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

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

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