Html Css Color HEX #E00545 Crimson

📋 copy color: '#E00545'

red 224 ◦ green 5 ◦ blue 69

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

Shades of Crimson #E00545

Tints of Crimson #E00545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 75.17%
G = 1.68%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00545 (or 0xE00545) is known color: Crimson. HEX triplet: E0, 05 and 45. RGB value is (224,5,69). Sum of RGB (Red+Green+Blue) = 224+5+69=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00545 is #1FFABA. Grayscale: #4D4D4D. Windows color (decimal): -2095803 or 4523488. OLE color: 4523488.

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

Color convert

RGB 224 5 69 -
CMYK 0 0.98 0.69 0.12
HSL 342.47º 0.96% 0.45% -
HSV(B) 342.47º 0.98% 0.88% -
XYZ 31.87 16.39 7.11 -
YUV 77.78 123.05 232.3 -
System Red Green Blue C M Y K H S L
Decimal 224 5 69 0 0.98 0.69 0.12 342.47 0.96 0.45
Hex E0 5 45 0 62 45 C 156 60 2D
Octal 340 5 105 0 142 105 14 526 140 55
Binary 11100000 101 1000101 0 1100010 1000101 1100 101010110 1100000 101101

Color Harmonies of #E00545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00545

Black with #E00545

Text Example


Text Example

White with #E00545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00545; }

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

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

background-color css

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

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

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

border-color css

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

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

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