Html Css Color HEX #E10535 Crimson

📋 copy color: '#E10535'

red 225 ◦ green 5 ◦ blue 53

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

Shades of Crimson #E10535

Tints of Crimson #E10535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 79.51%
G = 1.77%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E10535 (or 0xE10535) is known color: Crimson. HEX triplet: E1, 05 and 35. RGB value is (225,5,53). Sum of RGB (Red+Green+Blue) = 225+5+53=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E10535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10535 is #1EFACA. Grayscale: #4C4C4C. Windows color (decimal): -2030283 or 3474913. OLE color: 3474913.

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

Color convert

RGB 225 5 53 -
CMYK 0 0.98 0.76 0.12
HSL 346.91º 0.96% 0.45% -
HSV(B) 346.91º 0.98% 0.88% -
XYZ 31.75 16.37 4.86 -
YUV 76.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 225 5 53 0 0.98 0.76 0.12 346.91 0.96 0.45
Hex E1 5 35 0 62 4C C 15B 60 2D
Octal 341 5 65 0 142 114 14 533 140 55
Binary 11100001 101 110101 0 1100010 1001100 1100 101011011 1100000 101101

Color Harmonies of #E10535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10535

Black with #E10535

Text Example


Text Example

White with #E10535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10535; }

 p { color: rgb(225,5,53); }

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

background-color css

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

 a { background-color: rgb(225,5,53); }

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

border-color css

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

 span { border-color: rgb(225,5,53); }

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