Html Css Color HEX #E10337 Crimson

📋 copy color: '#E10337'

red 225 ◦ green 3 ◦ blue 55

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

Shades of Crimson #E10337

Tints of Crimson #E10337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 79.51%
G = 1.06%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E10337 (or 0xE10337) is known color: Crimson. HEX triplet: E1, 03 and 37. RGB value is (225,3,55). Sum of RGB (Red+Green+Blue) = 225+3+55=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E10337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10337 is #1EFCC8. Grayscale: #4B4B4B. Windows color (decimal): -2030793 or 3605473. OLE color: 3605473.

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

Color convert

RGB 225 3 55 -
CMYK 0 0.99 0.76 0.12
HSL 345.95º 0.97% 0.45% -
HSV(B) 345.95º 0.99% 0.88% -
XYZ 31.77 16.35 5.1 -
YUV 75.31 116.55 234.77 -
System Red Green Blue C M Y K H S L
Decimal 225 3 55 0 0.99 0.76 0.12 345.95 0.97 0.45
Hex E1 3 37 0 63 4C C 15A 61 2D
Octal 341 3 67 0 143 114 14 532 141 55
Binary 11100001 11 110111 0 1100011 1001100 1100 101011010 1100001 101101

Color Harmonies of #E10337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10337

Black with #E10337

Text Example


Text Example

White with #E10337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10337; }

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

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

background-color css

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

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

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

border-color css

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

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

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