Html Css Color HEX #581014 Burnt Crimson

📋 copy color: '#581014'

red 88 ◦ green 16 ◦ blue 20

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

Shades of Burnt Crimson #581014

Tints of Burnt Crimson #581014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 70.97%
G = 12.9%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#581014 (or 0x581014) is known color: Burnt Crimson. HEX triplet: 58, 10 and 14. RGB value is (88,16,20). Sum of RGB (Red+Green+Blue) = 88+16+20=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581014 is #A7EFEB. Grayscale: #262626. Windows color (decimal): -11005932 or 1314904. OLE color: 1314904.

HSL color Cylindrical-coordinate representation of color #581014: hue angle of 356.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581014 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 20 -
CMYK 0 0.82 0.77 0.65
HSL 356.67º 0.69% 0.2% -
HSV(B) 356.67º 0.82% 0.35% -
XYZ 4.34 2.5 0.92 -
YUV 37.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 88 16 20 0 0.82 0.77 0.65 356.67 0.69 0.2
Hex 58 10 14 0 52 4D 41 165 45 14
Octal 130 20 24 0 122 115 101 545 105 24
Binary 1011000 10000 10100 0 1010010 1001101 1000001 101100101 1000101 10100

Color Harmonies of #581014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581014

Black with #581014

Text Example


Text Example

White with #581014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581014; }

 p { color: rgb(88,16,20); }

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

background-color css

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

 a { background-color: rgb(88,16,20); }

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

border-color css

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

 span { border-color: rgb(88,16,20); }

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