Html Css Color HEX #EA1033 Crimson

📋 copy color: '#EA1033'

red 234 ◦ green 16 ◦ blue 51

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

Shades of Crimson #EA1033

Tints of Crimson #EA1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 77.74%
G = 5.32%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA1033 (or 0xEA1033) is known color: Crimson. HEX triplet: EA, 10 and 33. RGB value is (234,16,51). Sum of RGB (Red+Green+Blue) = 234+16+51=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1033 is #15EFCC. Grayscale: #555555. Windows color (decimal): -1437645 or 3346666. OLE color: 3346666.

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

Color convert

RGB 234 16 51 -
CMYK 0 0.93 0.78 0.08
HSL 350.37º 0.87% 0.49% -
HSV(B) 350.37º 0.93% 0.92% -
XYZ 34.71 18.1 4.8 -
YUV 85.17 108.72 234.15 -
System Red Green Blue C M Y K H S L
Decimal 234 16 51 0 0.93 0.78 0.08 350.37 0.87 0.49
Hex EA 10 33 0 5D 4E 8 15E 57 31
Octal 352 20 63 0 135 116 10 536 127 61
Binary 11101010 10000 110011 0 1011101 1001110 1000 101011110 1010111 110001

Color Harmonies of #EA1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1033

Black with #EA1033

Text Example


Text Example

White with #EA1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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