Html Css Color HEX #EA0735 Crimson

📋 copy color: '#EA0735'

red 234 ◦ green 7 ◦ blue 53

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

Shades of Crimson #EA0735

Tints of Crimson #EA0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 79.59%
G = 2.38%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA0735 (or 0xEA0735) is known color: Crimson. HEX triplet: EA, 07 and 35. RGB value is (234,7,53). Sum of RGB (Red+Green+Blue) = 234+7+53=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0735 is #15F8CA. Grayscale: #505050. Windows color (decimal): -1439947 or 3475434. OLE color: 3475434.

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

Color convert

RGB 234 7 53 -
CMYK 0 0.97 0.77 0.08
HSL 347.84º 0.94% 0.47% -
HSV(B) 347.84º 0.97% 0.92% -
XYZ 34.65 17.9 5 -
YUV 80.12 112.71 237.76 -
System Red Green Blue C M Y K H S L
Decimal 234 7 53 0 0.97 0.77 0.08 347.84 0.94 0.47
Hex EA 7 35 0 61 4D 8 15C 5E 2F
Octal 352 7 65 0 141 115 10 534 136 57
Binary 11101010 111 110101 0 1100001 1001101 1000 101011100 1011110 101111

Color Harmonies of #EA0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0735

Black with #EA0735

Text Example


Text Example

White with #EA0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0735; }

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

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

background-color css

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

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

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

border-color css

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

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

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