Html Css Color HEX #EA1532 Crimson

📋 copy color: '#EA1532'

red 234 ◦ green 21 ◦ blue 50

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

Shades of Crimson #EA1532

Tints of Crimson #EA1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 76.72%
G = 6.89%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA1532 (or 0xEA1532) is known color: Crimson. HEX triplet: EA, 15 and 32. RGB value is (234,21,50). Sum of RGB (Red+Green+Blue) = 234+21+50=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1532 is #15EACD. Grayscale: #585858. Windows color (decimal): -1436366 or 3282410. OLE color: 3282410.

HSL color Cylindrical-coordinate representation of color #EA1532: hue angle of 351.83º degrees, saturation: 0.84, 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 #EA1532 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 50 -
CMYK 0 0.91 0.79 0.08
HSL 351.83º 0.84% 0.5% -
HSV(B) 351.83º 0.91% 0.92% -
XYZ 34.78 18.26 4.71 -
YUV 87.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 234 21 50 0 0.91 0.79 0.08 351.83 0.84 0.5
Hex EA 15 32 0 5B 4F 8 160 54 32
Octal 352 25 62 0 133 117 10 540 124 62
Binary 11101010 10101 110010 0 1011011 1001111 1000 101100000 1010100 110010

Color Harmonies of #EA1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1532

Black with #EA1532

Text Example


Text Example

White with #EA1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1532; }

 p { color: rgb(234,21,50); }

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

background-color css

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

 a { background-color: rgb(234,21,50); }

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

border-color css

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

 span { border-color: rgb(234,21,50); }

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