Html Css Color HEX #EA063A Crimson

📋 copy color: '#EA063A'

red 234 ◦ green 6 ◦ blue 58

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

Shades of Crimson #EA063A

Tints of Crimson #EA063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 78.52%
G = 2.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA063A (or 0xEA063A) is known color: Crimson. HEX triplet: EA, 06 and 3A. RGB value is (234,6,58). Sum of RGB (Red+Green+Blue) = 234+6+58=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA063A is #15F9C5. Grayscale: #505050. Windows color (decimal): -1440198 or 3802858. OLE color: 3802858.

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

Color convert

RGB 234 6 58 -
CMYK 0 0.97 0.75 0.08
HSL 346.32º 0.95% 0.47% -
HSV(B) 346.32º 0.97% 0.92% -
XYZ 34.76 17.93 5.63 -
YUV 80.1 115.54 237.77 -
System Red Green Blue C M Y K H S L
Decimal 234 6 58 0 0.97 0.75 0.08 346.32 0.95 0.47
Hex EA 6 3A 0 61 4B 8 15A 5F 2F
Octal 352 6 72 0 141 113 10 532 137 57
Binary 11101010 110 111010 0 1100001 1001011 1000 101011010 1011111 101111

Color Harmonies of #EA063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA063A

Black with #EA063A

Text Example


Text Example

White with #EA063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA063A; }

 p { color: rgb(234,6,58); }

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

background-color css

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

 a { background-color: rgb(234,6,58); }

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

border-color css

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

 span { border-color: rgb(234,6,58); }

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