Html Css Color HEX #E10A2A Crimson

📋 copy color: '#E10A2A'

red 225 ◦ green 10 ◦ blue 42

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

Shades of Crimson #E10A2A

Tints of Crimson #E10A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.61%

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

R = 81.23%
G = 3.61%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E10A2A (or 0xE10A2A) is known color: Crimson. HEX triplet: E1, 0A and 2A. RGB value is (225,10,42). Sum of RGB (Red+Green+Blue) = 225+10+42=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A2A is #1EF5D5. Grayscale: #4E4E4E. Windows color (decimal): -2029014 or 2755297. OLE color: 2755297.

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

Color convert

RGB 225 10 42 -
CMYK 0 0.96 0.81 0.12
HSL 351.07º 0.91% 0.46% -
HSV(B) 351.07º 0.96% 0.88% -
XYZ 31.58 16.39 3.69 -
YUV 77.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 225 10 42 0 0.96 0.81 0.12 351.07 0.91 0.46
Hex E1 A 2A 0 60 51 C 15F 5B 2E
Octal 341 12 52 0 140 121 14 537 133 56
Binary 11100001 1010 101010 0 1100000 1010001 1100 101011111 1011011 101110

Color Harmonies of #E10A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A2A

Black with #E10A2A

Text Example


Text Example

White with #E10A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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