Html Css Color HEX #EA0835 Crimson

📋 copy color: '#EA0835'

red 234 ◦ green 8 ◦ blue 53

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

Shades of Crimson #EA0835

Tints of Crimson #EA0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 79.32%
G = 2.71%
B = 17.97%

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

#EA0835 (or 0xEA0835) is known color: Crimson. HEX triplet: EA, 08 and 35. RGB value is (234,8,53). Sum of RGB (Red+Green+Blue) = 234+8+53=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0835 is #15F7CA. Grayscale: #505050. Windows color (decimal): -1439691 or 3475690. OLE color: 3475690.

HSL color Cylindrical-coordinate representation of color #EA0835: hue angle of 348.05º degrees, saturation: 0.93, 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 #EA0835 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 8 53 -
CMYK 0 0.97 0.77 0.08
HSL 348.05º 0.93% 0.47% -
HSV(B) 348.05º 0.97% 0.92% -
XYZ 34.66 17.92 5 -
YUV 80.7 112.37 237.34 -
System Red Green Blue C M Y K H S L
Decimal 234 8 53 0 0.97 0.77 0.08 348.05 0.93 0.47
Hex EA 8 35 0 61 4D 8 15C 5D 2F
Octal 352 10 65 0 141 115 10 534 135 57
Binary 11101010 1000 110101 0 1100001 1001101 1000 101011100 1011101 101111

Color Harmonies of #EA0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0835

Black with #EA0835

Text Example


Text Example

White with #EA0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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