Html Css Color HEX #E00304 Venetian Red

📋 copy color: '#E00304'

red 224 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #E00304

Tints of Venetian Red #E00304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 96.97%
G = 1.3%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00304 (or 0xE00304) is known color: Venetian Red. HEX triplet: E0, 03 and 04. RGB value is (224,3,4). Sum of RGB (Red+Green+Blue) = 224+3+4=231 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.97% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 224 - color contains mainly: red. Hex color #E00304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00304 is #1FFCFB. Grayscale: #454545. Windows color (decimal): -2096380 or 263136. OLE color: 263136.

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

Color convert

RGB 224 3 4 -
CMYK 0 0.99 0.98 0.12
HSL 359.73º 0.97% 0.45% -
HSV(B) 359.73º 0.99% 0.88% -
XYZ 30.79 15.92 1.56 -
YUV 69.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 224 3 4 0 0.99 0.98 0.12 359.73 0.97 0.45
Hex E0 3 4 0 63 62 C 168 61 2D
Octal 340 3 4 0 143 142 14 550 141 55
Binary 11100000 11 100 0 1100011 1100010 1100 101101000 1100001 101101

Color Harmonies of #E00304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00304

Black with #E00304

Text Example


Text Example

White with #E00304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00304; }

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

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

background-color css

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

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

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

border-color css

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

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

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