Html Css Color HEX #58141C Burnt Crimson

📋 copy color: '#58141C'

red 88 ◦ green 20 ◦ blue 28

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

Shades of Burnt Crimson #58141C

Tints of Burnt Crimson #58141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 64.71%
G = 14.71%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58141C (or 0x58141C) is known color: Burnt Crimson. HEX triplet: 58, 14 and 1C. RGB value is (88,20,28). Sum of RGB (Red+Green+Blue) = 88+20+28=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141C is #A7EBE3. Grayscale: #292929. Windows color (decimal): -11004900 or 1840216. OLE color: 1840216.

HSL color Cylindrical-coordinate representation of color #58141C: hue angle of 352.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58141C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 28 -
CMYK 0 0.77 0.68 0.65
HSL 352.94º 0.63% 0.21% -
HSV(B) 352.94º 0.77% 0.35% -
XYZ 4.48 2.66 1.38 -
YUV 41.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 88 20 28 0 0.77 0.68 0.65 352.94 0.63 0.21
Hex 58 14 1C 0 4D 44 41 161 3F 15
Octal 130 24 34 0 115 104 101 541 77 25
Binary 1011000 10100 11100 0 1001101 1000100 1000001 101100001 111111 10101

Color Harmonies of #58141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58141C

Black with #58141C

Text Example


Text Example

White with #58141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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