Html Css Color HEX #582223 Burnt Crimson

📋 copy color: '#582223'

red 88 ◦ green 34 ◦ blue 35

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

Shades of Burnt Crimson #582223

Tints of Burnt Crimson #582223

RGB

 RED value IS 88 (34.77% from 255) = 56.05%

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

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

R = 56.05%
G = 21.66%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#582223 (or 0x582223) is known color: Burnt Crimson. HEX triplet: 58, 22 and 23. RGB value is (88,34,35). Sum of RGB (Red+Green+Blue) = 88+34+35=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582223 is #A7DDDC. Grayscale: #323232. Windows color (decimal): -11001309 or 2302552. OLE color: 2302552.

HSL color Cylindrical-coordinate representation of color #582223: hue angle of 358.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582223 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 35 -
CMYK 0 0.61 0.60 0.65
HSL 358.89º 0.44% 0.24% -
HSV(B) 358.89º 0.61% 0.35% -
XYZ 4.9 3.34 1.98 -
YUV 50.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 88 34 35 0 0.61 0.60 0.65 358.89 0.44 0.24
Hex 58 22 23 0 3D 3C 41 167 2C 18
Octal 130 42 43 0 75 74 101 547 54 30
Binary 1011000 100010 100011 0 111101 111100 1000001 101100111 101100 11000

Color Harmonies of #582223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582223

Black with #582223

Text Example


Text Example

White with #582223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582223; }

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

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

background-color css

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

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

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

border-color css

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

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

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