Html Css Color HEX #5E2025 Burnt Crimson

📋 copy color: '#5E2025'

red 94 ◦ green 32 ◦ blue 37

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

Shades of Burnt Crimson #5E2025

Tints of Burnt Crimson #5E2025

RGB

 RED value IS 94 (37.11% from 255) = 57.67%

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 57.67%
G = 19.63%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E2025 (or 0x5E2025) is known color: Burnt Crimson. HEX triplet: 5E, 20 and 25. RGB value is (94,32,37). Sum of RGB (Red+Green+Blue) = 94+32+37=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2025 is #A1DFDA. Grayscale: #333333. Windows color (decimal): -10608603 or 2433118. OLE color: 2433118.

HSL color Cylindrical-coordinate representation of color #5E2025: hue angle of 355.16º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2025 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 32 37 -
CMYK 0 0.66 0.61 0.63
HSL 355.16º 0.49% 0.25% -
HSV(B) 355.16º 0.66% 0.37% -
XYZ 5.47 3.55 2.15 -
YUV 51.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 94 32 37 0 0.66 0.61 0.63 355.16 0.49 0.25
Hex 5E 20 25 0 42 3D 3F 163 31 19
Octal 136 40 45 0 102 75 77 543 61 31
Binary 1011110 100000 100101 0 1000010 111101 111111 101100011 110001 11001

Color Harmonies of #5E2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2025

Black with #5E2025

Text Example


Text Example

White with #5E2025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,32,37); }

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

background-color css

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

 a { background-color: rgb(94,32,37); }

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

border-color css

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

 span { border-color: rgb(94,32,37); }

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