Html Css Color HEX #EE0304 Venetian Red

📋 copy color: '#EE0304'

red 238 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #EE0304

Tints of Venetian Red #EE0304

RGB

 RED value IS 238 (93.36% from 255) = 97.14%

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

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

R = 97.14%
G = 1.22%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0304 (or 0xEE0304) is known color: Venetian Red. HEX triplet: EE, 03 and 04. RGB value is (238,3,4). Sum of RGB (Red+Green+Blue) = 238+3+4=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0304 is #11FCFB. Grayscale: #494949. Windows color (decimal): -1178876 or 263150. OLE color: 263150.

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

Color convert

RGB 238 3 4 -
CMYK 0 0.99 0.98 0.07
HSL 359.74º 0.98% 0.47% -
HSV(B) 359.74º 0.99% 0.93% -
XYZ 35.31 18.25 1.78 -
YUV 73.38 88.86 245.42 -
System Red Green Blue C M Y K H S L
Decimal 238 3 4 0 0.99 0.98 0.07 359.74 0.98 0.47
Hex EE 3 4 0 63 62 7 168 62 2F
Octal 356 3 4 0 143 142 7 550 142 57
Binary 11101110 11 100 0 1100011 1100010 111 101101000 1100010 101111

Color Harmonies of #EE0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0304

Black with #EE0304

Text Example


Text Example

White with #EE0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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