Html Css Color HEX #E81348 Crimson

📋 copy color: '#E81348'

red 232 ◦ green 19 ◦ blue 72

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

Shades of Crimson #E81348

Tints of Crimson #E81348

RGB

 RED value IS 232 (91.02% from 255) = 71.83%

 GREEN value IS 19 (7.81% from 255) = 5.88%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 71.83%
G = 5.88%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81348 (or 0xE81348) is known color: Crimson. HEX triplet: E8, 13 and 48. RGB value is (232,19,72). Sum of RGB (Red+Green+Blue) = 232+19+72=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E81348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81348 is #17ECB7. Grayscale: #585858. Windows color (decimal): -1567928 or 4723688. OLE color: 4723688.

HSL color Cylindrical-coordinate representation of color #E81348: hue angle of 345.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81348 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 19 72 -
CMYK 0 0.92 0.69 0.09
HSL 345.07º 0.85% 0.49% -
HSV(B) 345.07º 0.92% 0.91% -
XYZ 34.68 18.09 7.79 -
YUV 88.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 232 19 72 0 0.92 0.69 0.09 345.07 0.85 0.49
Hex E8 13 48 0 5C 45 9 159 55 31
Octal 350 23 110 0 134 105 11 531 125 61
Binary 11101000 10011 1001000 0 1011100 1000101 1001 101011001 1010101 110001

Color Harmonies of #E81348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81348

Black with #E81348

Text Example


Text Example

White with #E81348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81348; }

 p { color: rgb(232,19,72); }

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

background-color css

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

 a { background-color: rgb(232,19,72); }

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

border-color css

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

 span { border-color: rgb(232,19,72); }

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