Html Css Color HEX #EF0104 Venetian Red

📋 copy color: '#EF0104'

red 239 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #EF0104

Tints of Venetian Red #EF0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 97.95%
G = 0.41%
B = 1.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF0104 (or 0xEF0104) is known color: Venetian Red. HEX triplet: EF, 01 and 04. RGB value is (239,1,4). Sum of RGB (Red+Green+Blue) = 239+1+4=244 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.95% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0104 is #10FEFB. Grayscale: #484848. Windows color (decimal): -1113852 or 262639. OLE color: 262639.

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

Color convert

RGB 239 1 4 -
CMYK 0 1.00 0.98 0.06
HSL 359.24º 0.99% 0.47% -
HSV(B) 359.24º 1% 0.94% -
XYZ 35.63 18.38 1.78 -
YUV 72.5 89.35 246.76 -
System Red Green Blue C M Y K H S L
Decimal 239 1 4 0 1.00 0.98 0.06 359.24 0.99 0.47
Hex EF 1 4 0 64 62 6 167 63 2F
Octal 357 1 4 0 144 142 6 547 143 57
Binary 11101111 1 100 0 1100100 1100010 110 101100111 1100011 101111

Color Harmonies of #EF0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0104

Black with #EF0104

Text Example


Text Example

White with #EF0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0104; }

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

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

background-color css

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

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

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

border-color css

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

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

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