Html Css Color HEX #E10C4A Crimson

📋 copy color: '#E10C4A'

red 225 ◦ green 12 ◦ blue 74

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

Shades of Crimson #E10C4A

Tints of Crimson #E10C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 72.35%
G = 3.86%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E10C4A (or 0xE10C4A) is known color: Crimson. HEX triplet: E1, 0C and 4A. RGB value is (225,12,74). Sum of RGB (Red+Green+Blue) = 225+12+74=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C4A is #1EF3B5. Grayscale: #525252. Windows color (decimal): -2028470 or 4852961. OLE color: 4852961.

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

Color convert

RGB 225 12 74 -
CMYK 0 0.95 0.67 0.12
HSL 342.54º 0.9% 0.46% -
HSV(B) 342.54º 0.95% 0.88% -
XYZ 32.42 16.76 8.01 -
YUV 82.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 225 12 74 0 0.95 0.67 0.12 342.54 0.9 0.46
Hex E1 C 4A 0 5F 43 C 157 5A 2E
Octal 341 14 112 0 137 103 14 527 132 56
Binary 11100001 1100 1001010 0 1011111 1000011 1100 101010111 1011010 101110

Color Harmonies of #E10C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C4A

Black with #E10C4A

Text Example


Text Example

White with #E10C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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