Html Css Color HEX #EF0304 Venetian Red

📋 copy color: '#EF0304'

red 239 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #EF0304

Tints of Venetian Red #EF0304

RGB

 RED value IS 239 (93.75% from 255) = 97.15%

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

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

R = 97.15%
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.06

RGB Variations

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

Color information

#EF0304 (or 0xEF0304) is known color: Venetian Red. HEX triplet: EF, 03 and 04. RGB value is (239,3,4). Sum of RGB (Red+Green+Blue) = 239+3+4=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0304 is #10FCFB. Grayscale: #494949. Windows color (decimal): -1113340 or 263151. OLE color: 263151.

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

Color convert

RGB 239 3 4 -
CMYK 0 0.99 0.98 0.06
HSL 359.75º 0.98% 0.47% -
HSV(B) 359.75º 0.99% 0.94% -
XYZ 35.65 18.42 1.79 -
YUV 73.68 88.69 245.92 -
System Red Green Blue C M Y K H S L
Decimal 239 3 4 0 0.99 0.98 0.06 359.75 0.98 0.47
Hex EF 3 4 0 63 62 6 168 62 2F
Octal 357 3 4 0 143 142 6 550 142 57
Binary 11101111 11 100 0 1100011 1100010 110 101101000 1100010 101111

Color Harmonies of #EF0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0304

Black with #EF0304

Text Example


Text Example

White with #EF0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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