Html Css Color HEX #EA1035 Crimson

📋 copy color: '#EA1035'

red 234 ◦ green 16 ◦ blue 53

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

Shades of Crimson #EA1035

Tints of Crimson #EA1035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 77.23%
G = 5.28%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA1035 (or 0xEA1035) is known color: Crimson. HEX triplet: EA, 10 and 35. RGB value is (234,16,53). Sum of RGB (Red+Green+Blue) = 234+16+53=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1035 is #15EFCA. Grayscale: #555555. Windows color (decimal): -1437643 or 3477738. OLE color: 3477738.

HSL color Cylindrical-coordinate representation of color #EA1035: hue angle of 349.82º 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 #EA1035 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 53 -
CMYK 0 0.93 0.77 0.08
HSL 349.82º 0.87% 0.49% -
HSV(B) 349.82º 0.93% 0.92% -
XYZ 34.76 18.12 5.03 -
YUV 85.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 234 16 53 0 0.93 0.77 0.08 349.82 0.87 0.49
Hex EA 10 35 0 5D 4D 8 15E 57 31
Octal 352 20 65 0 135 115 10 536 127 61
Binary 11101010 10000 110101 0 1011101 1001101 1000 101011110 1010111 110001

Color Harmonies of #EA1035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1035

Black with #EA1035

Text Example


Text Example

White with #EA1035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1035; }

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

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

background-color css

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

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

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

border-color css

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

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

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