Html Css Color HEX #581218 Burnt Crimson

📋 copy color: '#581218'

red 88 ◦ green 18 ◦ blue 24

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

Shades of Burnt Crimson #581218

Tints of Burnt Crimson #581218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 67.69%
G = 13.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#581218 (or 0x581218) is known color: Burnt Crimson. HEX triplet: 58, 12 and 18. RGB value is (88,18,24). Sum of RGB (Red+Green+Blue) = 88+18+24=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581218 is #A7EDE7. Grayscale: #272727. Windows color (decimal): -11005416 or 1577560. OLE color: 1577560.

HSL color Cylindrical-coordinate representation of color #581218: hue angle of 354.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581218 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 24 -
CMYK 0 0.80 0.73 0.65
HSL 354.86º 0.66% 0.21% -
HSV(B) 354.86º 0.8% 0.35% -
XYZ 4.41 2.57 1.13 -
YUV 39.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 88 18 24 0 0.80 0.73 0.65 354.86 0.66 0.21
Hex 58 12 18 0 50 49 41 163 42 15
Octal 130 22 30 0 120 111 101 543 102 25
Binary 1011000 10010 11000 0 1010000 1001001 1000001 101100011 1000010 10101

Color Harmonies of #581218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581218

Black with #581218

Text Example


Text Example

White with #581218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581218; }

 p { color: rgb(88,18,24); }

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

background-color css

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

 a { background-color: rgb(88,18,24); }

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

border-color css

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

 span { border-color: rgb(88,18,24); }

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