Html Css Color HEX #E00803 Red

📋 copy color: '#E00803'

red 224 ◦ green 8 ◦ blue 3

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

Shades of Red #E00803

Tints of Red #E00803

RGB

 RED value IS 224 (87.89% from 255) = 95.32%

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 95.32%
G = 3.4%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E00803 (or 0xE00803) is known color: Red. HEX triplet: E0, 08 and 03. RGB value is (224,8,3). Sum of RGB (Red+Green+Blue) = 224+8+3=235 (31% of max value = 765). Red value is 224 (87.89% from 255 or 95.32% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 224 - color contains mainly: red. Hex color #E00803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00803 is #1FF7FC. Grayscale: #484848. Windows color (decimal): -2095101 or 198880. OLE color: 198880.

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

Color convert

RGB 224 8 3 -
CMYK 0 0.96 0.99 0.12
HSL 1.36º 0.97% 0.45% -
HSV(B) 1.36º 0.99% 0.88% -
XYZ 30.84 16.03 1.55 -
YUV 72.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 224 8 3 0 0.96 0.99 0.12 1.36 0.97 0.45
Hex E0 8 3 0 60 63 C 1 61 2D
Octal 340 10 3 0 140 143 14 1 141 55
Binary 11100000 1000 11 0 1100000 1100011 1100 1 1100001 101101

Color Harmonies of #E00803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00803

Black with #E00803

Text Example


Text Example

White with #E00803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00803; }

 p { color: rgb(224,8,3); }

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

background-color css

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

 a { background-color: rgb(224,8,3); }

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

border-color css

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

 span { border-color: rgb(224,8,3); }

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