Html Css Color HEX #EA103B Crimson

📋 copy color: '#EA103B'

red 234 ◦ green 16 ◦ blue 59

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

Shades of Crimson #EA103B

Tints of Crimson #EA103B

RGB

 RED value IS 234 (91.8% from 255) = 75.73%

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 75.73%
G = 5.18%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA103B (or 0xEA103B) is known color: Crimson. HEX triplet: EA, 10 and 3B. RGB value is (234,16,59). Sum of RGB (Red+Green+Blue) = 234+16+59=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA103B is #15EFC4. Grayscale: #565656. Windows color (decimal): -1437637 or 3870954. OLE color: 3870954.

HSL color Cylindrical-coordinate representation of color #EA103B: hue angle of 348.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA103B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 59 -
CMYK 0 0.93 0.75 0.08
HSL 348.17º 0.87% 0.49% -
HSV(B) 348.17º 0.93% 0.92% -
XYZ 34.91 18.18 5.81 -
YUV 86.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 234 16 59 0 0.93 0.75 0.08 348.17 0.87 0.49
Hex EA 10 3B 0 5D 4B 8 15C 57 31
Octal 352 20 73 0 135 113 10 534 127 61
Binary 11101010 10000 111011 0 1011101 1001011 1000 101011100 1010111 110001

Color Harmonies of #EA103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA103B

Black with #EA103B

Text Example


Text Example

White with #EA103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA103B; }

 p { color: rgb(234,16,59); }

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

background-color css

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

 a { background-color: rgb(234,16,59); }

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

border-color css

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

 span { border-color: rgb(234,16,59); }

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