Html Css Color HEX #E10B2A Crimson

📋 copy color: '#E10B2A'

red 225 ◦ green 11 ◦ blue 42

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

Shades of Crimson #E10B2A

Tints of Crimson #E10B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 80.94%
G = 3.96%
B = 15.11%

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

#E10B2A (or 0xE10B2A) is known color: Crimson. HEX triplet: E1, 0B and 2A. RGB value is (225,11,42). Sum of RGB (Red+Green+Blue) = 225+11+42=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B2A is #1EF4D5. Grayscale: #4E4E4E. Windows color (decimal): -2028758 or 2755553. OLE color: 2755553.

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

Color convert

RGB 225 11 42 -
CMYK 0 0.95 0.81 0.12
HSL 351.31º 0.91% 0.46% -
HSV(B) 351.31º 0.95% 0.88% -
XYZ 31.59 16.41 3.69 -
YUV 78.52 107.4 232.48 -
System Red Green Blue C M Y K H S L
Decimal 225 11 42 0 0.95 0.81 0.12 351.31 0.91 0.46
Hex E1 B 2A 0 5F 51 C 15F 5B 2E
Octal 341 13 52 0 137 121 14 537 133 56
Binary 11100001 1011 101010 0 1011111 1010001 1100 101011111 1011011 101110

Color Harmonies of #E10B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B2A

Black with #E10B2A

Text Example


Text Example

White with #E10B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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