Html Css Color HEX #EA1330 Crimson

📋 copy color: '#EA1330'

red 234 ◦ green 19 ◦ blue 48

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

Shades of Crimson #EA1330

Tints of Crimson #EA1330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 77.74%
G = 6.31%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA1330 (or 0xEA1330) is known color: Crimson. HEX triplet: EA, 13 and 30. RGB value is (234,19,48). Sum of RGB (Red+Green+Blue) = 234+19+48=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1330 is #15ECCF. Grayscale: #565656. Windows color (decimal): -1436880 or 3150826. OLE color: 3150826.

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

Color convert

RGB 234 19 48 -
CMYK 0 0.92 0.79 0.08
HSL 351.91º 0.85% 0.5% -
HSV(B) 351.91º 0.92% 0.92% -
XYZ 34.7 18.17 4.47 -
YUV 86.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 234 19 48 0 0.92 0.79 0.08 351.91 0.85 0.5
Hex EA 13 30 0 5C 4F 8 160 55 32
Octal 352 23 60 0 134 117 10 540 125 62
Binary 11101010 10011 110000 0 1011100 1001111 1000 101100000 1010101 110010

Color Harmonies of #EA1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1330

Black with #EA1330

Text Example


Text Example

White with #EA1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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