Html Css Color HEX #E00445 Crimson

📋 copy color: '#E00445'

red 224 ◦ green 4 ◦ blue 69

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

Shades of Crimson #E00445

Tints of Crimson #E00445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 75.42%
G = 1.35%
B = 23.23%

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

#E00445 (or 0xE00445) is known color: Crimson. HEX triplet: E0, 04 and 45. RGB value is (224,4,69). Sum of RGB (Red+Green+Blue) = 224+4+69=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00445 is #1FFBBA. Grayscale: #4D4D4D. Windows color (decimal): -2096059 or 4523232. OLE color: 4523232.

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

Color convert

RGB 224 4 69 -
CMYK 0 0.98 0.69 0.12
HSL 342.27º 0.96% 0.45% -
HSV(B) 342.27º 0.98% 0.88% -
XYZ 31.86 16.36 7.11 -
YUV 77.19 123.39 232.71 -
System Red Green Blue C M Y K H S L
Decimal 224 4 69 0 0.98 0.69 0.12 342.27 0.96 0.45
Hex E0 4 45 0 62 45 C 156 60 2D
Octal 340 4 105 0 142 105 14 526 140 55
Binary 11100000 100 1000101 0 1100010 1000101 1100 101010110 1100000 101101

Color Harmonies of #E00445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00445

Black with #E00445

Text Example


Text Example

White with #E00445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00445; }

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

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

background-color css

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

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

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

border-color css

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

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

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