Html Css Color HEX #EF0004 Venetian Red

📋 copy color: '#EF0004'

red 239 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #EF0004

Tints of Venetian Red #EF0004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.35%
G = 0%
B = 1.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF0004 (or 0xEF0004) is known color: Venetian Red. HEX triplet: EF, 00 and 04. RGB value is (239,0,4). Sum of RGB (Red+Green+Blue) = 239+0+4=243 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.35% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0004 is #10FFFB. Grayscale: #484848. Windows color (decimal): -1114108 or 262383. OLE color: 262383.

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

Color convert

RGB 239 0 4 -
CMYK 0 1 0.98 0.06
HSL 359º 1% 0.47% -
HSV(B) 359º 1% 0.94% -
XYZ 35.62 18.36 1.78 -
YUV 71.92 89.68 247.17 -
System Red Green Blue C M Y K H S L
Decimal 239 0 4 0 1 0.98 0.06 359 1 0.47
Hex EF 0 4 0 64 62 6 167 64 2F
Octal 357 0 4 0 144 142 6 547 144 57
Binary 11101111 0 100 0 1100100 1100010 110 101100111 1100100 101111

Color Harmonies of #EF0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0004

Black with #EF0004

Text Example


Text Example

White with #EF0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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