Html Css Color HEX #E01748 Crimson

📋 copy color: '#E01748'

red 224 ◦ green 23 ◦ blue 72

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

Shades of Crimson #E01748

Tints of Crimson #E01748

RGB

 RED value IS 224 (87.89% from 255) = 70.22%

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 70.22%
G = 7.21%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E01748 (or 0xE01748) is known color: Crimson. HEX triplet: E0, 17 and 48. RGB value is (224,23,72). Sum of RGB (Red+Green+Blue) = 224+23+72=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E01748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01748 is #1FE8B7. Grayscale: #585858. Windows color (decimal): -2091192 or 4724704. OLE color: 4724704.

HSL color Cylindrical-coordinate representation of color #E01748: hue angle of 345.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01748 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 72 -
CMYK 0 0.90 0.68 0.12
HSL 345.37º 0.81% 0.48% -
HSV(B) 345.37º 0.9% 0.88% -
XYZ 32.22 16.93 7.7 -
YUV 88.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 224 23 72 0 0.90 0.68 0.12 345.37 0.81 0.48
Hex E0 17 48 0 5A 44 C 159 51 30
Octal 340 27 110 0 132 104 14 531 121 60
Binary 11100000 10111 1001000 0 1011010 1000100 1100 101011001 1010001 110000

Color Harmonies of #E01748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01748

Black with #E01748

Text Example


Text Example

White with #E01748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01748; }

 p { color: rgb(224,23,72); }

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

background-color css

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

 a { background-color: rgb(224,23,72); }

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

border-color css

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

 span { border-color: rgb(224,23,72); }

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