Html Css Color HEX #5E1F25 Burnt Crimson

📋 copy color: '#5E1F25'

red 94 ◦ green 31 ◦ blue 37

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

Shades of Burnt Crimson #5E1F25

Tints of Burnt Crimson #5E1F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 58.02%
G = 19.14%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5E1F25 (or 0x5E1F25) is known color: Burnt Crimson. HEX triplet: 5E, 1F and 25. RGB value is (94,31,37). Sum of RGB (Red+Green+Blue) = 94+31+37=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1F25 is #A1E0DA. Grayscale: #323232. Windows color (decimal): -10608859 or 2432862. OLE color: 2432862.

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

Color convert

RGB 94 31 37 -
CMYK 0 0.67 0.61 0.63
HSL 354.29º 0.5% 0.25% -
HSV(B) 354.29º 0.67% 0.37% -
XYZ 5.44 3.49 2.14 -
YUV 50.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 94 31 37 0 0.67 0.61 0.63 354.29 0.5 0.25
Hex 5E 1F 25 0 43 3D 3F 162 32 19
Octal 136 37 45 0 103 75 77 542 62 31
Binary 1011110 11111 100101 0 1000011 111101 111111 101100010 110010 11001

Color Harmonies of #5E1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1F25

Black with #5E1F25

Text Example


Text Example

White with #5E1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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