Html Css Color HEX #E01645 Crimson

📋 copy color: '#E01645'

red 224 ◦ green 22 ◦ blue 69

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

Shades of Crimson #E01645

Tints of Crimson #E01645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 71.11%
G = 6.98%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E01645 (or 0xE01645) is known color: Crimson. HEX triplet: E0, 16 and 45. RGB value is (224,22,69). Sum of RGB (Red+Green+Blue) = 224+22+69=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E01645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01645 is #1FE9BA. Grayscale: #575757. Windows color (decimal): -2091451 or 4527840. OLE color: 4527840.

HSL color Cylindrical-coordinate representation of color #E01645: hue angle of 346.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01645 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 69 -
CMYK 0 0.90 0.69 0.12
HSL 346.04º 0.82% 0.48% -
HSV(B) 346.04º 0.9% 0.88% -
XYZ 32.1 16.85 7.19 -
YUV 87.76 117.42 225.18 -
System Red Green Blue C M Y K H S L
Decimal 224 22 69 0 0.90 0.69 0.12 346.04 0.82 0.48
Hex E0 16 45 0 5A 45 C 15A 52 30
Octal 340 26 105 0 132 105 14 532 122 60
Binary 11100000 10110 1000101 0 1011010 1000101 1100 101011010 1010010 110000

Color Harmonies of #E01645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01645

Black with #E01645

Text Example


Text Example

White with #E01645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01645; }

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

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

background-color css

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

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

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

border-color css

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

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

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