Html Css Color HEX #E10C34 Crimson

📋 copy color: '#E10C34'

red 225 ◦ green 12 ◦ blue 52

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

Shades of Crimson #E10C34

Tints of Crimson #E10C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 77.85%
G = 4.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E10C34 (or 0xE10C34) is known color: Crimson. HEX triplet: E1, 0C and 34. RGB value is (225,12,52). Sum of RGB (Red+Green+Blue) = 225+12+52=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C34 is #1EF3CB. Grayscale: #505050. Windows color (decimal): -2028492 or 3411169. OLE color: 3411169.

HSL color Cylindrical-coordinate representation of color #E10C34: hue angle of 348.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C34 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 52 -
CMYK 0 0.95 0.77 0.12
HSL 348.73º 0.9% 0.46% -
HSV(B) 348.73º 0.95% 0.88% -
XYZ 31.8 16.52 4.76 -
YUV 80.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 225 12 52 0 0.95 0.77 0.12 348.73 0.9 0.46
Hex E1 C 34 0 5F 4D C 15D 5A 2E
Octal 341 14 64 0 137 115 14 535 132 56
Binary 11100001 1100 110100 0 1011111 1001101 1100 101011101 1011010 101110

Color Harmonies of #E10C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C34

Black with #E10C34

Text Example


Text Example

White with #E10C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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