Html Css Color HEX #E00548 Crimson

📋 copy color: '#E00548'

red 224 ◦ green 5 ◦ blue 72

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

Shades of Crimson #E00548

Tints of Crimson #E00548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 74.42%
G = 1.66%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00548 (or 0xE00548) is known color: Crimson. HEX triplet: E0, 05 and 48. RGB value is (224,5,72). Sum of RGB (Red+Green+Blue) = 224+5+72=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00548 is #1FFAB7. Grayscale: #4E4E4E. Windows color (decimal): -2095800 or 4720096. OLE color: 4720096.

HSL color Cylindrical-coordinate representation of color #E00548: hue angle of 341.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00548 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 72 -
CMYK 0 0.98 0.68 0.12
HSL 341.64º 0.96% 0.45% -
HSV(B) 341.64º 0.98% 0.88% -
XYZ 31.96 16.42 7.62 -
YUV 78.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 224 5 72 0 0.98 0.68 0.12 341.64 0.96 0.45
Hex E0 5 48 0 62 44 C 156 60 2D
Octal 340 5 110 0 142 104 14 526 140 55
Binary 11100000 101 1001000 0 1100010 1000100 1100 101010110 1100000 101101

Color Harmonies of #E00548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00548

Black with #E00548

Text Example


Text Example

White with #E00548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00548; }

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

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

background-color css

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

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

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

border-color css

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

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

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