Html Css Color HEX #E0142D Crimson

📋 copy color: '#E0142D'

red 224 ◦ green 20 ◦ blue 45

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

Shades of Crimson #E0142D

Tints of Crimson #E0142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 77.51%
G = 6.92%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0142D (or 0xE0142D) is known color: Crimson. HEX triplet: E0, 14 and 2D. RGB value is (224,20,45). Sum of RGB (Red+Green+Blue) = 224+20+45=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0142D is #1FEBD2. Grayscale: #535353. Windows color (decimal): -2091987 or 2954464. OLE color: 2954464.

HSL color Cylindrical-coordinate representation of color #E0142D: hue angle of 352.65º 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 #E0142D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 45 -
CMYK 0 0.91 0.80 0.12
HSL 352.65º 0.84% 0.48% -
HSV(B) 352.65º 0.91% 0.88% -
XYZ 31.46 16.54 4.02 -
YUV 83.85 106.09 227.97 -
System Red Green Blue C M Y K H S L
Decimal 224 20 45 0 0.91 0.80 0.12 352.65 0.84 0.48
Hex E0 14 2D 0 5B 50 C 161 54 30
Octal 340 24 55 0 133 120 14 541 124 60
Binary 11100000 10100 101101 0 1011011 1010000 1100 101100001 1010100 110000

Color Harmonies of #E0142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0142D

Black with #E0142D

Text Example


Text Example

White with #E0142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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