Html Css Color HEX #E10E2A Crimson

📋 copy color: '#E10E2A'

red 225 ◦ green 14 ◦ blue 42

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

Shades of Crimson #E10E2A

Tints of Crimson #E10E2A

RGB

 RED value IS 225 (88.28% from 255) = 80.07%

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 80.07%
G = 4.98%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E10E2A (or 0xE10E2A) is known color: Crimson. HEX triplet: E1, 0E and 2A. RGB value is (225,14,42). Sum of RGB (Red+Green+Blue) = 225+14+42=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10E2A is #1EF1D5. Grayscale: #505050. Windows color (decimal): -2027990 or 2756321. OLE color: 2756321.

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

Color convert

RGB 225 14 42 -
CMYK 0 0.94 0.81 0.12
HSL 352.04º 0.88% 0.47% -
HSV(B) 352.04º 0.94% 0.88% -
XYZ 31.63 16.49 3.71 -
YUV 80.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 225 14 42 0 0.94 0.81 0.12 352.04 0.88 0.47
Hex E1 E 2A 0 5E 51 C 160 58 2F
Octal 341 16 52 0 136 121 14 540 130 57
Binary 11100001 1110 101010 0 1011110 1010001 1100 101100000 1011000 101111

Color Harmonies of #E10E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E2A

Black with #E10E2A

Text Example


Text Example

White with #E10E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E2A; }

 p { color: rgb(225,14,42); }

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

background-color css

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

 a { background-color: rgb(225,14,42); }

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

border-color css

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

 span { border-color: rgb(225,14,42); }

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