Html Css Color HEX #E00544 Crimson

📋 copy color: '#E00544'

red 224 ◦ green 5 ◦ blue 68

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

Shades of Crimson #E00544

Tints of Crimson #E00544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 75.42%
G = 1.68%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E00544 (or 0xE00544) is known color: Crimson. HEX triplet: E0, 05 and 44. RGB value is (224,5,68). Sum of RGB (Red+Green+Blue) = 224+5+68=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00544 is #1FFABB. Grayscale: #4D4D4D. Windows color (decimal): -2095804 or 4457952. OLE color: 4457952.

HSL color Cylindrical-coordinate representation of color #E00544: hue angle of 342.74º 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 #E00544 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 68 -
CMYK 0 0.98 0.70 0.12
HSL 342.74º 0.96% 0.45% -
HSV(B) 342.74º 0.98% 0.88% -
XYZ 31.84 16.37 6.95 -
YUV 77.66 122.55 232.38 -
System Red Green Blue C M Y K H S L
Decimal 224 5 68 0 0.98 0.70 0.12 342.74 0.96 0.45
Hex E0 5 44 0 62 46 C 157 60 2D
Octal 340 5 104 0 142 106 14 527 140 55
Binary 11100000 101 1000100 0 1100010 1000110 1100 101010111 1100000 101101

Color Harmonies of #E00544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00544

Black with #E00544

Text Example


Text Example

White with #E00544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00544; }

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

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

background-color css

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

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

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

border-color css

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

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

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