Html Css Color HEX #5A141C Burnt Crimson

📋 copy color: '#5A141C'

red 90 ◦ green 20 ◦ blue 28

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

Shades of Burnt Crimson #5A141C

Tints of Burnt Crimson #5A141C

RGB

 RED value IS 90 (35.55% from 255) = 65.22%

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

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

R = 65.22%
G = 14.49%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A141C (or 0x5A141C) is known color: Burnt Crimson. HEX triplet: 5A, 14 and 1C. RGB value is (90,20,28). Sum of RGB (Red+Green+Blue) = 90+20+28=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A141C is #A5EBE3. Grayscale: #292929. Windows color (decimal): -10873828 or 1840218. OLE color: 1840218.

HSL color Cylindrical-coordinate representation of color #5A141C: hue angle of 353.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A141C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 20 28 -
CMYK 0 0.78 0.69 0.65
HSL 353.14º 0.64% 0.22% -
HSV(B) 353.14º 0.78% 0.35% -
XYZ 4.68 2.76 1.38 -
YUV 41.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 90 20 28 0 0.78 0.69 0.65 353.14 0.64 0.22
Hex 5A 14 1C 0 4E 45 41 161 40 16
Octal 132 24 34 0 116 105 101 541 100 26
Binary 1011010 10100 11100 0 1001110 1000101 1000001 101100001 1000000 10110

Color Harmonies of #5A141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A141C

Black with #5A141C

Text Example


Text Example

White with #5A141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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