Html Css Color HEX #E10C2A Crimson

📋 copy color: '#E10C2A'

red 225 ◦ green 12 ◦ blue 42

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

Shades of Crimson #E10C2A

Tints of Crimson #E10C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 80.65%
G = 4.3%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E10C2A (or 0xE10C2A) is known color: Crimson. HEX triplet: E1, 0C and 2A. RGB value is (225,12,42). Sum of RGB (Red+Green+Blue) = 225+12+42=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C2A is #1EF3D5. Grayscale: #4F4F4F. Windows color (decimal): -2028502 or 2755809. OLE color: 2755809.

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

Color convert

RGB 225 12 42 -
CMYK 0 0.95 0.81 0.12
HSL 351.55º 0.9% 0.46% -
HSV(B) 351.55º 0.95% 0.88% -
XYZ 31.6 16.44 3.7 -
YUV 79.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 225 12 42 0 0.95 0.81 0.12 351.55 0.9 0.46
Hex E1 C 2A 0 5F 51 C 160 5A 2E
Octal 341 14 52 0 137 121 14 540 132 56
Binary 11100001 1100 101010 0 1011111 1010001 1100 101100000 1011010 101110

Color Harmonies of #E10C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C2A

Black with #E10C2A

Text Example


Text Example

White with #E10C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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