Html Css Color HEX #E10334 Crimson

📋 copy color: '#E10334'

red 225 ◦ green 3 ◦ blue 52

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

Shades of Crimson #E10334

Tints of Crimson #E10334

RGB

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

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

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

R = 80.36%
G = 1.07%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E10334 (or 0xE10334) is known color: Crimson. HEX triplet: E1, 03 and 34. RGB value is (225,3,52). Sum of RGB (Red+Green+Blue) = 225+3+52=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10334 is #1EFCCB. Grayscale: #4A4A4A. Windows color (decimal): -2030796 or 3408865. OLE color: 3408865.

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

Color convert

RGB 225 3 52 -
CMYK 0 0.99 0.77 0.12
HSL 346.76º 0.97% 0.45% -
HSV(B) 346.76º 0.99% 0.88% -
XYZ 31.7 16.32 4.73 -
YUV 74.96 115.05 235.02 -
System Red Green Blue C M Y K H S L
Decimal 225 3 52 0 0.99 0.77 0.12 346.76 0.97 0.45
Hex E1 3 34 0 63 4D C 15B 61 2D
Octal 341 3 64 0 143 115 14 533 141 55
Binary 11100001 11 110100 0 1100011 1001101 1100 101011011 1100001 101101

Color Harmonies of #E10334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10334

Black with #E10334

Text Example


Text Example

White with #E10334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10334; }

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

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

background-color css

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

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

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

border-color css

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

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

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