Html Css Color HEX #EA1042 Crimson

📋 copy color: '#EA1042'

red 234 ◦ green 16 ◦ blue 66

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

Shades of Crimson #EA1042

Tints of Crimson #EA1042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 74.05%
G = 5.06%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA1042 (or 0xEA1042) is known color: Crimson. HEX triplet: EA, 10 and 42. RGB value is (234,16,66). Sum of RGB (Red+Green+Blue) = 234+16+66=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1042 is #15EFBD. Grayscale: #565656. Windows color (decimal): -1437630 or 4329706. OLE color: 4329706.

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

Color convert

RGB 234 16 66 -
CMYK 0 0.93 0.72 0.08
HSL 346.24º 0.87% 0.49% -
HSV(B) 346.24º 0.93% 0.92% -
XYZ 35.1 18.26 6.83 -
YUV 86.88 116.22 232.93 -
System Red Green Blue C M Y K H S L
Decimal 234 16 66 0 0.93 0.72 0.08 346.24 0.87 0.49
Hex EA 10 42 0 5D 48 8 15A 57 31
Octal 352 20 102 0 135 110 10 532 127 61
Binary 11101010 10000 1000010 0 1011101 1001000 1000 101011010 1010111 110001

Color Harmonies of #EA1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1042

Black with #EA1042

Text Example


Text Example

White with #EA1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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