Html Css Color HEX #E10434 Crimson

📋 copy color: '#E10434'

red 225 ◦ green 4 ◦ blue 52

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

Shades of Crimson #E10434

Tints of Crimson #E10434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 80.07%
G = 1.42%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E10434 (or 0xE10434) is known color: Crimson. HEX triplet: E1, 04 and 34. RGB value is (225,4,52). Sum of RGB (Red+Green+Blue) = 225+4+52=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10434 is #1EFBCB. Grayscale: #4B4B4B. Windows color (decimal): -2030540 or 3409121. OLE color: 3409121.

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

Color convert

RGB 225 4 52 -
CMYK 0 0.98 0.77 0.12
HSL 346.97º 0.97% 0.45% -
HSV(B) 346.97º 0.98% 0.88% -
XYZ 31.71 16.34 4.73 -
YUV 75.55 114.72 234.6 -
System Red Green Blue C M Y K H S L
Decimal 225 4 52 0 0.98 0.77 0.12 346.97 0.97 0.45
Hex E1 4 34 0 62 4D C 15B 61 2D
Octal 341 4 64 0 142 115 14 533 141 55
Binary 11100001 100 110100 0 1100010 1001101 1100 101011011 1100001 101101

Color Harmonies of #E10434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10434

Black with #E10434

Text Example


Text Example

White with #E10434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10434; }

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

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

background-color css

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

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

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

border-color css

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

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

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