Html Css Color HEX #E80D03 Red

📋 copy color: '#E80D03'

red 232 ◦ green 13 ◦ blue 3

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

Shades of Red #E80D03

Tints of Red #E80D03

RGB

 RED value IS 232 (91.02% from 255) = 93.55%

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

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

R = 93.55%
G = 5.24%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E80D03 (or 0xE80D03) is known color: Red. HEX triplet: E8, 0D and 03. RGB value is (232,13,3). Sum of RGB (Red+Green+Blue) = 232+13+3=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D03 is #17F2FC. Grayscale: #4D4D4D. Windows color (decimal): -1569533 or 200168. OLE color: 200168.

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

Color convert

RGB 232 13 3 -
CMYK 0 0.94 0.99 0.09
HSL 2.62º 0.97% 0.46% -
HSV(B) 2.62º 0.99% 0.91% -
XYZ 33.44 17.45 1.69 -
YUV 77.34 86.05 238.31 -
System Red Green Blue C M Y K H S L
Decimal 232 13 3 0 0.94 0.99 0.09 2.62 0.97 0.46
Hex E8 D 3 0 5E 63 9 3 61 2E
Octal 350 15 3 0 136 143 11 3 141 56
Binary 11101000 1101 11 0 1011110 1100011 1001 11 1100001 101110

Color Harmonies of #E80D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D03

Black with #E80D03

Text Example


Text Example

White with #E80D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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