Html Css Color HEX #E50D03 Red

📋 copy color: '#E50D03'

red 229 ◦ green 13 ◦ blue 3

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

Shades of Red #E50D03

Tints of Red #E50D03

RGB

 RED value IS 229 (89.84% from 255) = 93.47%

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

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

R = 93.47%
G = 5.31%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E50D03 (or 0xE50D03) is known color: Red. HEX triplet: E5, 0D and 03. RGB value is (229,13,3). Sum of RGB (Red+Green+Blue) = 229+13+3=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50D03 is #1AF2FC. Grayscale: #4C4C4C. Windows color (decimal): -1766141 or 200165. OLE color: 200165.

HSL color Cylindrical-coordinate representation of color #E50D03: hue angle of 2.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 13 3 -
CMYK 0 0.94 0.99 0.10
HSL 2.65º 0.97% 0.45% -
HSV(B) 2.65º 0.99% 0.9% -
XYZ 32.47 16.95 1.65 -
YUV 76.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 229 13 3 0 0.94 0.99 0.10 2.65 0.97 0.45
Hex E5 D 3 0 5E 63 A 3 61 2D
Octal 345 15 3 0 136 143 12 3 141 55
Binary 11100101 1101 11 0 1011110 1100011 1010 11 1100001 101101

Color Harmonies of #E50D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D03

Black with #E50D03

Text Example


Text Example

White with #E50D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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