Html Css Color HEX #EA133C Crimson

📋 copy color: '#EA133C'

red 234 ◦ green 19 ◦ blue 60

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

Shades of Crimson #EA133C

Tints of Crimson #EA133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 74.76%
G = 6.07%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA133C (or 0xEA133C) is known color: Crimson. HEX triplet: EA, 13 and 3C. RGB value is (234,19,60). Sum of RGB (Red+Green+Blue) = 234+19+60=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA133C is #15ECC3. Grayscale: #585858. Windows color (decimal): -1436868 or 3937258. OLE color: 3937258.

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

Color convert

RGB 234 19 60 -
CMYK 0 0.92 0.74 0.08
HSL 348.56º 0.85% 0.5% -
HSV(B) 348.56º 0.92% 0.92% -
XYZ 34.98 18.28 5.96 -
YUV 87.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 234 19 60 0 0.92 0.74 0.08 348.56 0.85 0.5
Hex EA 13 3C 0 5C 4A 8 15D 55 32
Octal 352 23 74 0 134 112 10 535 125 62
Binary 11101010 10011 111100 0 1011100 1001010 1000 101011101 1010101 110010

Color Harmonies of #EA133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA133C

Black with #EA133C

Text Example


Text Example

White with #EA133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA133C; }

 p { color: rgb(234,19,60); }

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

background-color css

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

 a { background-color: rgb(234,19,60); }

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

border-color css

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

 span { border-color: rgb(234,19,60); }

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