Html Css Color HEX #EF0407 Venetian Red

📋 copy color: '#EF0407'

red 239 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #EF0407

Tints of Venetian Red #EF0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 95.6%
G = 1.6%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0407 (or 0xEF0407) is known color: Venetian Red. HEX triplet: EF, 04 and 07. RGB value is (239,4,7). Sum of RGB (Red+Green+Blue) = 239+4+7=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0407 is #10FBF8. Grayscale: #4A4A4A. Windows color (decimal): -1113081 or 460015. OLE color: 460015.

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

Color convert

RGB 239 4 7 -
CMYK 0 0.98 0.97 0.06
HSL 359.23º 0.97% 0.48% -
HSV(B) 359.23º 0.98% 0.94% -
XYZ 35.68 18.45 1.88 -
YUV 74.61 89.86 245.26 -
System Red Green Blue C M Y K H S L
Decimal 239 4 7 0 0.98 0.97 0.06 359.23 0.97 0.48
Hex EF 4 7 0 62 61 6 167 61 30
Octal 357 4 7 0 142 141 6 547 141 60
Binary 11101111 100 111 0 1100010 1100001 110 101100111 1100001 110000

Color Harmonies of #EF0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0407

Black with #EF0407

Text Example


Text Example

White with #EF0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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