Html Css Color HEX #EA0A35 Crimson

📋 copy color: '#EA0A35'

red 234 ◦ green 10 ◦ blue 53

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

Shades of Crimson #EA0A35

Tints of Crimson #EA0A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 78.79%
G = 3.37%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA0A35 (or 0xEA0A35) is known color: Crimson. HEX triplet: EA, 0A and 35. RGB value is (234,10,53). Sum of RGB (Red+Green+Blue) = 234+10+53=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A35 is #15F5CA. Grayscale: #515151. Windows color (decimal): -1439179 or 3476202. OLE color: 3476202.

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

Color convert

RGB 234 10 53 -
CMYK 0 0.96 0.77 0.08
HSL 348.48º 0.92% 0.48% -
HSV(B) 348.48º 0.96% 0.92% -
XYZ 34.68 17.97 5.01 -
YUV 81.88 111.71 236.5 -
System Red Green Blue C M Y K H S L
Decimal 234 10 53 0 0.96 0.77 0.08 348.48 0.92 0.48
Hex EA A 35 0 60 4D 8 15C 5C 30
Octal 352 12 65 0 140 115 10 534 134 60
Binary 11101010 1010 110101 0 1100000 1001101 1000 101011100 1011100 110000

Color Harmonies of #EA0A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A35

Black with #EA0A35

Text Example


Text Example

White with #EA0A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A35; }

 p { color: rgb(234,10,53); }

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

background-color css

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

 a { background-color: rgb(234,10,53); }

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

border-color css

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

 span { border-color: rgb(234,10,53); }

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