Html Css Color HEX #E00145 Crimson

📋 copy color: '#E00145'

red 224 ◦ green 1 ◦ blue 69

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

Shades of Crimson #E00145

Tints of Crimson #E00145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 76.19%
G = 0.34%
B = 23.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00145 (or 0xE00145) is known color: Crimson. HEX triplet: E0, 01 and 45. RGB value is (224,1,69). Sum of RGB (Red+Green+Blue) = 224+1+69=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E00145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00145 is #1FFEBA. Grayscale: #4B4B4B. Windows color (decimal): -2096827 or 4522464. OLE color: 4522464.

HSL color Cylindrical-coordinate representation of color #E00145: hue angle of 341.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00145 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 69 -
CMYK 0 1.00 0.69 0.12
HSL 341.7º 0.99% 0.44% -
HSV(B) 341.7º 1% 0.88% -
XYZ 31.83 16.3 7.1 -
YUV 75.43 124.38 233.97 -
System Red Green Blue C M Y K H S L
Decimal 224 1 69 0 1.00 0.69 0.12 341.7 0.99 0.44
Hex E0 1 45 0 64 45 C 156 63 2C
Octal 340 1 105 0 144 105 14 526 143 54
Binary 11100000 1 1000101 0 1100100 1000101 1100 101010110 1100011 101100

Color Harmonies of #E00145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00145

Black with #E00145

Text Example


Text Example

White with #E00145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00145; }

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

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

background-color css

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

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

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

border-color css

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

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

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