Html Css Color HEX #5E232A Burnt Crimson

📋 copy color: '#5E232A'

red 94 ◦ green 35 ◦ blue 42

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

Shades of Burnt Crimson #5E232A

Tints of Burnt Crimson #5E232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 54.97%
G = 20.47%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5E232A (or 0x5E232A) is known color: Burnt Crimson. HEX triplet: 5E, 23 and 2A. RGB value is (94,35,42). Sum of RGB (Red+Green+Blue) = 94+35+42=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232A is #A1DCD5. Grayscale: #353535. Windows color (decimal): -10607830 or 2761566. OLE color: 2761566.

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

Color convert

RGB 94 35 42 -
CMYK 0 0.63 0.55 0.63
HSL 352.88º 0.46% 0.25% -
HSV(B) 352.88º 0.63% 0.37% -
XYZ 5.64 3.75 2.62 -
YUV 53.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 94 35 42 0 0.63 0.55 0.63 352.88 0.46 0.25
Hex 5E 23 2A 0 3F 37 3F 161 2E 19
Octal 136 43 52 0 77 67 77 541 56 31
Binary 1011110 100011 101010 0 111111 110111 111111 101100001 101110 11001

Color Harmonies of #5E232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E232A

Black with #5E232A

Text Example


Text Example

White with #5E232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,35,42); }

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

background-color css

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

 a { background-color: rgb(94,35,42); }

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

border-color css

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

 span { border-color: rgb(94,35,42); }

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