Html Css Color HEX #E71048 Crimson

📋 copy color: '#E71048'

red 231 ◦ green 16 ◦ blue 72

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

Shades of Crimson #E71048

Tints of Crimson #E71048

RGB

 RED value IS 231 (90.63% from 255) = 72.41%

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 72.41%
G = 5.02%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E71048 (or 0xE71048) is known color: Crimson. HEX triplet: E7, 10 and 48. RGB value is (231,16,72). Sum of RGB (Red+Green+Blue) = 231+16+72=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E71048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71048 is #18EFB7. Grayscale: #565656. Windows color (decimal): -1634232 or 4722919. OLE color: 4722919.

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

Color convert

RGB 231 16 72 -
CMYK 0 0.93 0.69 0.09
HSL 344.37º 0.87% 0.48% -
HSV(B) 344.37º 0.93% 0.91% -
XYZ 34.31 17.83 7.76 -
YUV 86.67 119.73 230.95 -
System Red Green Blue C M Y K H S L
Decimal 231 16 72 0 0.93 0.69 0.09 344.37 0.87 0.48
Hex E7 10 48 0 5D 45 9 158 57 30
Octal 347 20 110 0 135 105 11 530 127 60
Binary 11100111 10000 1001000 0 1011101 1000101 1001 101011000 1010111 110000

Color Harmonies of #E71048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71048

Black with #E71048

Text Example


Text Example

White with #E71048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71048; }

 p { color: rgb(231,16,72); }

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

background-color css

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

 a { background-color: rgb(231,16,72); }

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

border-color css

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

 span { border-color: rgb(231,16,72); }

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