Html Css Color HEX #E0142B Crimson

📋 copy color: '#E0142B'

red 224 ◦ green 20 ◦ blue 43

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

Shades of Crimson #E0142B

Tints of Crimson #E0142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 78.05%
G = 6.97%
B = 14.98%

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

#E0142B (or 0xE0142B) is known color: Crimson. HEX triplet: E0, 14 and 2B. RGB value is (224,20,43). Sum of RGB (Red+Green+Blue) = 224+20+43=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0142B is #1FEBD4. Grayscale: #535353. Windows color (decimal): -2091989 or 2823392. OLE color: 2823392.

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

Color convert

RGB 224 20 43 -
CMYK 0 0.91 0.81 0.12
HSL 353.24º 0.84% 0.48% -
HSV(B) 353.24º 0.91% 0.88% -
XYZ 31.43 16.52 3.82 -
YUV 83.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 224 20 43 0 0.91 0.81 0.12 353.24 0.84 0.48
Hex E0 14 2B 0 5B 51 C 161 54 30
Octal 340 24 53 0 133 121 14 541 124 60
Binary 11100000 10100 101011 0 1011011 1010001 1100 101100001 1010100 110000

Color Harmonies of #E0142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0142B

Black with #E0142B

Text Example


Text Example

White with #E0142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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