Html Css Color HEX #E02143 Crimson

📋 copy color: '#E02143'

red 224 ◦ green 33 ◦ blue 67

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

Shades of Crimson #E02143

Tints of Crimson #E02143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 69.14%
G = 10.19%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02143 (or 0xE02143) is known color: Crimson. HEX triplet: E0, 21 and 43. RGB value is (224,33,67). Sum of RGB (Red+Green+Blue) = 224+33+67=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E02143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02143 is #1FDEBC. Grayscale: #5E5E5E. Windows color (decimal): -2088637 or 4399584. OLE color: 4399584.

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

Color convert

RGB 224 33 67 -
CMYK 0 0.85 0.70 0.12
HSL 349.32º 0.75% 0.5% -
HSV(B) 349.32º 0.85% 0.88% -
XYZ 32.3 17.34 6.95 -
YUV 93.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 224 33 67 0 0.85 0.70 0.12 349.32 0.75 0.5
Hex E0 21 43 0 55 46 C 15D 4B 32
Octal 340 41 103 0 125 106 14 535 113 62
Binary 11100000 100001 1000011 0 1010101 1000110 1100 101011101 1001011 110010

Color Harmonies of #E02143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02143

Black with #E02143

Text Example


Text Example

White with #E02143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02143; }

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

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

background-color css

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

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

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

border-color css

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

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

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