Html Css Color HEX #E0142A Crimson

📋 copy color: '#E0142A'

red 224 ◦ green 20 ◦ blue 42

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

Shades of Crimson #E0142A

Tints of Crimson #E0142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 78.32%
G = 6.99%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0142A (or 0xE0142A) is known color: Crimson. HEX triplet: E0, 14 and 2A. RGB value is (224,20,42). Sum of RGB (Red+Green+Blue) = 224+20+42=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E0142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0142A is #1FEBD5. Grayscale: #535353. Windows color (decimal): -2091990 or 2757856. OLE color: 2757856.

HSL color Cylindrical-coordinate representation of color #E0142A: hue angle of 353.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0142A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 42 -
CMYK 0 0.91 0.81 0.12
HSL 353.53º 0.84% 0.48% -
HSV(B) 353.53º 0.91% 0.88% -
XYZ 31.41 16.51 3.72 -
YUV 83.5 104.59 228.21 -
System Red Green Blue C M Y K H S L
Decimal 224 20 42 0 0.91 0.81 0.12 353.53 0.84 0.48
Hex E0 14 2A 0 5B 51 C 162 54 30
Octal 340 24 52 0 133 121 14 542 124 60
Binary 11100000 10100 101010 0 1011011 1010001 1100 101100010 1010100 110000

Color Harmonies of #E0142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0142A

Black with #E0142A

Text Example


Text Example

White with #E0142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0142A; }

 p { color: rgb(224,20,42); }

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

background-color css

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

 a { background-color: rgb(224,20,42); }

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

border-color css

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

 span { border-color: rgb(224,20,42); }

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