Html Css Color HEX #EA1633 Crimson

📋 copy color: '#EA1633'

red 234 ◦ green 22 ◦ blue 51

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

Shades of Crimson #EA1633

Tints of Crimson #EA1633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 76.22%
G = 7.17%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA1633 (or 0xEA1633) is known color: Crimson. HEX triplet: EA, 16 and 33. RGB value is (234,22,51). Sum of RGB (Red+Green+Blue) = 234+22+51=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1633 is #15E9CC. Grayscale: #585858. Windows color (decimal): -1436109 or 3348202. OLE color: 3348202.

HSL color Cylindrical-coordinate representation of color #EA1633: hue angle of 351.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1633 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 22 51 -
CMYK 0 0.91 0.78 0.08
HSL 351.79º 0.83% 0.5% -
HSV(B) 351.79º 0.91% 0.92% -
XYZ 34.82 18.31 4.83 -
YUV 88.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 234 22 51 0 0.91 0.78 0.08 351.79 0.83 0.5
Hex EA 16 33 0 5B 4E 8 160 53 32
Octal 352 26 63 0 133 116 10 540 123 62
Binary 11101010 10110 110011 0 1011011 1001110 1000 101100000 1010011 110010

Color Harmonies of #EA1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1633

Black with #EA1633

Text Example


Text Example

White with #EA1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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