Html Css Color HEX #E10335 Crimson

📋 copy color: '#E10335'

red 225 ◦ green 3 ◦ blue 53

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

Shades of Crimson #E10335

Tints of Crimson #E10335

RGB

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

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

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

R = 80.07%
G = 1.07%
B = 18.86%

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

#E10335 (or 0xE10335) is known color: Crimson. HEX triplet: E1, 03 and 35. RGB value is (225,3,53). Sum of RGB (Red+Green+Blue) = 225+3+53=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10335 is #1EFCCA. Grayscale: #4B4B4B. Windows color (decimal): -2030795 or 3474401. OLE color: 3474401.

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

Color convert

RGB 225 3 53 -
CMYK 0 0.99 0.76 0.12
HSL 346.49º 0.97% 0.45% -
HSV(B) 346.49º 0.99% 0.88% -
XYZ 31.73 16.33 4.85 -
YUV 75.08 115.55 234.93 -
System Red Green Blue C M Y K H S L
Decimal 225 3 53 0 0.99 0.76 0.12 346.49 0.97 0.45
Hex E1 3 35 0 63 4C C 15A 61 2D
Octal 341 3 65 0 143 114 14 532 141 55
Binary 11100001 11 110101 0 1100011 1001100 1100 101011010 1100001 101101

Color Harmonies of #E10335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10335

Black with #E10335

Text Example


Text Example

White with #E10335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10335; }

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

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

background-color css

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

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

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

border-color css

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

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

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