Html Css Color HEX #E10340 Crimson

📋 copy color: '#E10340'

red 225 ◦ green 3 ◦ blue 64

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

Shades of Crimson #E10340

Tints of Crimson #E10340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 77.05%
G = 1.03%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10340 (or 0xE10340) is known color: Crimson. HEX triplet: E1, 03 and 40. RGB value is (225,3,64). Sum of RGB (Red+Green+Blue) = 225+3+64=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E10340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10340 is #1EFCBF. Grayscale: #4C4C4C. Windows color (decimal): -2030784 or 4195297. OLE color: 4195297.

HSL color Cylindrical-coordinate representation of color #E10340: hue angle of 343.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10340 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 64 -
CMYK 0 0.99 0.72 0.12
HSL 343.51º 0.97% 0.45% -
HSV(B) 343.51º 0.99% 0.88% -
XYZ 32.01 16.44 6.34 -
YUV 76.33 121.05 234.04 -
System Red Green Blue C M Y K H S L
Decimal 225 3 64 0 0.99 0.72 0.12 343.51 0.97 0.45
Hex E1 3 40 0 63 48 C 158 61 2D
Octal 341 3 100 0 143 110 14 530 141 55
Binary 11100001 11 1000000 0 1100011 1001000 1100 101011000 1100001 101101

Color Harmonies of #E10340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10340

Black with #E10340

Text Example


Text Example

White with #E10340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10340; }

 p { color: rgb(225,3,64); }

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

background-color css

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

 a { background-color: rgb(225,3,64); }

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

border-color css

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

 span { border-color: rgb(225,3,64); }

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