Html Css Color HEX #55181F Burnt Crimson

📋 copy color: '#55181F'

red 85 ◦ green 24 ◦ blue 31

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

Shades of Burnt Crimson #55181F

Tints of Burnt Crimson #55181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 60.71%
G = 17.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55181F (or 0x55181F) is known color: Burnt Crimson. HEX triplet: 55, 18 and 1F. RGB value is (85,24,31). Sum of RGB (Red+Green+Blue) = 85+24+31=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #55181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181F is #AAE7E0. Grayscale: #2B2B2B. Windows color (decimal): -11200481 or 2037845. OLE color: 2037845.

HSL color Cylindrical-coordinate representation of color #55181F: hue angle of 353.11º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55181F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 31 -
CMYK 0 0.72 0.64 0.67
HSL 353.11º 0.56% 0.21% -
HSV(B) 353.11º 0.72% 0.33% -
XYZ 4.32 2.68 1.59 -
YUV 43.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 85 24 31 0 0.72 0.64 0.67 353.11 0.56 0.21
Hex 55 18 1F 0 48 40 43 161 38 15
Octal 125 30 37 0 110 100 103 541 70 25
Binary 1010101 11000 11111 0 1001000 1000000 1000011 101100001 111000 10101

Color Harmonies of #55181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55181F

Black with #55181F

Text Example


Text Example

White with #55181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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