Html Css Color HEX #E00948 Crimson

📋 copy color: '#E00948'

red 224 ◦ green 9 ◦ blue 72

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

Shades of Crimson #E00948

Tints of Crimson #E00948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 73.44%
G = 2.95%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00948 (or 0xE00948) is known color: Crimson. HEX triplet: E0, 09 and 48. RGB value is (224,9,72). Sum of RGB (Red+Green+Blue) = 224+9+72=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E00948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00948 is #1FF6B7. Grayscale: #505050. Windows color (decimal): -2094776 or 4721120. OLE color: 4721120.

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

Color convert

RGB 224 9 72 -
CMYK 0 0.96 0.68 0.12
HSL 342.42º 0.92% 0.46% -
HSV(B) 342.42º 0.96% 0.88% -
XYZ 32.01 16.51 7.63 -
YUV 80.47 123.23 230.38 -
System Red Green Blue C M Y K H S L
Decimal 224 9 72 0 0.96 0.68 0.12 342.42 0.92 0.46
Hex E0 9 48 0 60 44 C 156 5C 2E
Octal 340 11 110 0 140 104 14 526 134 56
Binary 11100000 1001 1001000 0 1100000 1000100 1100 101010110 1011100 101110

Color Harmonies of #E00948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00948

Black with #E00948

Text Example


Text Example

White with #E00948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00948; }

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

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

background-color css

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

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

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

border-color css

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

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

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