Html Css Color HEX #E10342 Crimson

📋 copy color: '#E10342'

red 225 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E10342

Tints of Crimson #E10342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 76.53%
G = 1.02%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E10342 (or 0xE10342) is known color: Crimson. HEX triplet: E1, 03 and 42. RGB value is (225,3,66). Sum of RGB (Red+Green+Blue) = 225+3+66=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E10342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10342 is #1EFCBD. Grayscale: #4C4C4C. Windows color (decimal): -2030782 or 4326369. OLE color: 4326369.

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

Color convert

RGB 225 3 66 -
CMYK 0 0.99 0.71 0.12
HSL 342.97º 0.97% 0.45% -
HSV(B) 342.97º 0.99% 0.88% -
XYZ 32.07 16.47 6.64 -
YUV 76.56 122.05 233.88 -
System Red Green Blue C M Y K H S L
Decimal 225 3 66 0 0.99 0.71 0.12 342.97 0.97 0.45
Hex E1 3 42 0 63 47 C 157 61 2D
Octal 341 3 102 0 143 107 14 527 141 55
Binary 11100001 11 1000010 0 1100011 1000111 1100 101010111 1100001 101101

Color Harmonies of #E10342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10342

Black with #E10342

Text Example


Text Example

White with #E10342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10342; }

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

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

background-color css

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

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

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

border-color css

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

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

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