Html Css Color HEX #E02043 Crimson

📋 copy color: '#E02043'

red 224 ◦ green 32 ◦ blue 67

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

Shades of Crimson #E02043

Tints of Crimson #E02043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 67 (26.56% from 255) = 20.74%

R = 69.35%
G = 9.91%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02043 (or 0xE02043) is known color: Crimson. HEX triplet: E0, 20 and 43. RGB value is (224,32,67). Sum of RGB (Red+Green+Blue) = 224+32+67=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E02043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02043 is #1FDFBC. Grayscale: #5D5D5D. Windows color (decimal): -2088893 or 4399328. OLE color: 4399328.

HSL color Cylindrical-coordinate representation of color #E02043: hue angle of 349.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02043 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 67 -
CMYK 0 0.86 0.70 0.12
HSL 349.06º 0.76% 0.5% -
HSV(B) 349.06º 0.86% 0.88% -
XYZ 32.27 17.29 6.95 -
YUV 93.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 224 32 67 0 0.86 0.70 0.12 349.06 0.76 0.5
Hex E0 20 43 0 56 46 C 15D 4C 32
Octal 340 40 103 0 126 106 14 535 114 62
Binary 11100000 100000 1000011 0 1010110 1000110 1100 101011101 1001100 110010

Color Harmonies of #E02043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02043

Black with #E02043

Text Example


Text Example

White with #E02043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02043; }

 p { color: rgb(224,32,67); }

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

background-color css

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

 a { background-color: rgb(224,32,67); }

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

border-color css

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

 span { border-color: rgb(224,32,67); }

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