Html Css Color HEX #E00203 Venetian Red

📋 copy color: '#E00203'

red 224 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #E00203

Tints of Venetian Red #E00203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 97.82%
G = 0.87%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E00203 (or 0xE00203) is known color: Venetian Red. HEX triplet: E0, 02 and 03. RGB value is (224,2,3). Sum of RGB (Red+Green+Blue) = 224+2+3=229 (30% of max value = 765). Red value is 224 (87.89% from 255 or 97.82% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 224 - color contains mainly: red. Hex color #E00203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00203 is #1FFDFC. Grayscale: #444444. Windows color (decimal): -2096637 or 197344. OLE color: 197344.

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

Color convert

RGB 224 2 3 -
CMYK 0 0.99 0.99 0.12
HSL 359.73º 0.98% 0.44% -
HSV(B) 359.73º 0.99% 0.88% -
XYZ 30.78 15.9 1.53 -
YUV 68.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 224 2 3 0 0.99 0.99 0.12 359.73 0.98 0.44
Hex E0 2 3 0 63 63 C 168 62 2C
Octal 340 2 3 0 143 143 14 550 142 54
Binary 11100000 10 11 0 1100011 1100011 1100 101101000 1100010 101100

Color Harmonies of #E00203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00203

Black with #E00203

Text Example


Text Example

White with #E00203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00203; }

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

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

background-color css

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

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

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

border-color css

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

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

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