Html Css Color HEX #552223 Burnt Crimson

📋 copy color: '#552223'

red 85 ◦ green 34 ◦ blue 35

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

Shades of Burnt Crimson #552223

Tints of Burnt Crimson #552223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 35 (14.06% from 255) = 22.73%

R = 55.19%
G = 22.08%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#552223 (or 0x552223) is known color: Burnt Crimson. HEX triplet: 55, 22 and 23. RGB value is (85,34,35). Sum of RGB (Red+Green+Blue) = 85+34+35=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552223 is #AADDDC. Grayscale: #313131. Windows color (decimal): -11197917 or 2302549. OLE color: 2302549.

HSL color Cylindrical-coordinate representation of color #552223: hue angle of 358.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552223 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 35 -
CMYK 0 0.60 0.59 0.67
HSL 358.82º 0.43% 0.23% -
HSV(B) 358.82º 0.6% 0.33% -
XYZ 4.62 3.2 1.96 -
YUV 49.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 85 34 35 0 0.60 0.59 0.67 358.82 0.43 0.23
Hex 55 22 23 0 3C 3B 43 167 2B 17
Octal 125 42 43 0 74 73 103 547 53 27
Binary 1010101 100010 100011 0 111100 111011 1000011 101100111 101011 10111

Color Harmonies of #552223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552223

Black with #552223

Text Example


Text Example

White with #552223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552223; }

 p { color: rgb(85,34,35); }

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

background-color css

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

 a { background-color: rgb(85,34,35); }

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

border-color css

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

 span { border-color: rgb(85,34,35); }

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