Html Css Color HEX #EA133F Crimson

📋 copy color: '#EA133F'

red 234 ◦ green 19 ◦ blue 63

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

Shades of Crimson #EA133F

Tints of Crimson #EA133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 74.05%
G = 6.01%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA133F (or 0xEA133F) is known color: Crimson. HEX triplet: EA, 13 and 3F. RGB value is (234,19,63). Sum of RGB (Red+Green+Blue) = 234+19+63=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA133F is #15ECC0. Grayscale: #585858. Windows color (decimal): -1436865 or 4133866. OLE color: 4133866.

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

Color convert

RGB 234 19 63 -
CMYK 0 0.92 0.73 0.08
HSL 347.72º 0.85% 0.5% -
HSV(B) 347.72º 0.92% 0.92% -
XYZ 35.06 18.32 6.39 -
YUV 88.3 113.73 231.92 -
System Red Green Blue C M Y K H S L
Decimal 234 19 63 0 0.92 0.73 0.08 347.72 0.85 0.5
Hex EA 13 3F 0 5C 49 8 15C 55 32
Octal 352 23 77 0 134 111 10 534 125 62
Binary 11101010 10011 111111 0 1011100 1001001 1000 101011100 1010101 110010

Color Harmonies of #EA133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA133F

Black with #EA133F

Text Example


Text Example

White with #EA133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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