Html Css Color HEX #E10429 Crimson

📋 copy color: '#E10429'

red 225 ◦ green 4 ◦ blue 41

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

Shades of Crimson #E10429

Tints of Crimson #E10429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 83.33%
G = 1.48%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E10429 (or 0xE10429) is known color: Crimson. HEX triplet: E1, 04 and 29. RGB value is (225,4,41). Sum of RGB (Red+Green+Blue) = 225+4+41=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E10429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10429 is #1EFBD6. Grayscale: #4A4A4A. Windows color (decimal): -2030551 or 2688225. OLE color: 2688225.

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

Color convert

RGB 225 4 41 -
CMYK 0 0.98 0.82 0.12
HSL 349.95º 0.97% 0.45% -
HSV(B) 349.95º 0.98% 0.88% -
XYZ 31.49 16.25 3.58 -
YUV 74.3 109.22 235.49 -
System Red Green Blue C M Y K H S L
Decimal 225 4 41 0 0.98 0.82 0.12 349.95 0.97 0.45
Hex E1 4 29 0 62 52 C 15E 61 2D
Octal 341 4 51 0 142 122 14 536 141 55
Binary 11100001 100 101001 0 1100010 1010010 1100 101011110 1100001 101101

Color Harmonies of #E10429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10429

Black with #E10429

Text Example


Text Example

White with #E10429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10429; }

 p { color: rgb(225,4,41); }

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

background-color css

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

 a { background-color: rgb(225,4,41); }

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

border-color css

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

 span { border-color: rgb(225,4,41); }

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