Html Css Color HEX #EA0D03 Red

📋 copy color: '#EA0D03'

red 234 ◦ green 13 ◦ blue 3

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

Shades of Red #EA0D03

Tints of Red #EA0D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

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

R = 93.6%
G = 5.2%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA0D03 (or 0xEA0D03) is known color: Red. HEX triplet: EA, 0D and 03. RGB value is (234,13,3). Sum of RGB (Red+Green+Blue) = 234+13+3=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0D03 is #15F2FC. Grayscale: #4E4E4E. Windows color (decimal): -1438461 or 200170. OLE color: 200170.

HSL color Cylindrical-coordinate representation of color #EA0D03: hue angle of 2.6º 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 #EA0D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 3 -
CMYK 0 0.94 0.99 0.08
HSL 2.6º 0.97% 0.46% -
HSV(B) 2.6º 0.99% 0.92% -
XYZ 34.09 17.79 1.72 -
YUV 77.94 85.72 239.31 -
System Red Green Blue C M Y K H S L
Decimal 234 13 3 0 0.94 0.99 0.08 2.6 0.97 0.46
Hex EA D 3 0 5E 63 8 3 61 2E
Octal 352 15 3 0 136 143 10 3 141 56
Binary 11101010 1101 11 0 1011110 1100011 1000 11 1100001 101110

Color Harmonies of #EA0D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D03

Black with #EA0D03

Text Example


Text Example

White with #EA0D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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