Html Css Color HEX #EA0503 Red

📋 copy color: '#EA0503'

red 234 ◦ green 5 ◦ blue 3

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

Shades of Red #EA0503

Tints of Red #EA0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 96.69%
G = 2.07%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA0503 (or 0xEA0503) is known color: Red. HEX triplet: EA, 05 and 03. RGB value is (234,5,3). Sum of RGB (Red+Green+Blue) = 234+5+3=242 (32% of max value = 765). Red value is 234 (91.80% from 255 or 96.69% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0503 is #15FAFC. Grayscale: #494949. Windows color (decimal): -1440509 or 198122. OLE color: 198122.

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

Color convert

RGB 234 5 3 -
CMYK 0 0.98 0.99 0.08
HSL 0.52º 0.97% 0.46% -
HSV(B) 0.52º 0.99% 0.92% -
XYZ 34 17.61 1.69 -
YUV 73.24 88.37 242.66 -
System Red Green Blue C M Y K H S L
Decimal 234 5 3 0 0.98 0.99 0.08 0.52 0.97 0.46
Hex EA 5 3 0 62 63 8 1 61 2E
Octal 352 5 3 0 142 143 10 1 141 56
Binary 11101010 101 11 0 1100010 1100011 1000 1 1100001 101110

Color Harmonies of #EA0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0503

Black with #EA0503

Text Example


Text Example

White with #EA0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0503; }

 p { color: rgb(234,5,3); }

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

background-color css

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

 a { background-color: rgb(234,5,3); }

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

border-color css

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

 span { border-color: rgb(234,5,3); }

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