Html Css Color HEX #EF070A Venetian Red

📋 copy color: '#EF070A'

red 239 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #EF070A

Tints of Venetian Red #EF070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 93.36%
G = 2.73%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF070A (or 0xEF070A) is known color: Venetian Red. HEX triplet: EF, 07 and 0A. RGB value is (239,7,10). Sum of RGB (Red+Green+Blue) = 239+7+10=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF070A is #10F8F5. Grayscale: #4C4C4C. Windows color (decimal): -1112310 or 657391. OLE color: 657391.

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

Color convert

RGB 239 7 10 -
CMYK 0 0.97 0.96 0.06
HSL 359.22º 0.94% 0.48% -
HSV(B) 359.22º 0.97% 0.94% -
XYZ 35.73 18.52 1.98 -
YUV 76.71 90.36 243.76 -
System Red Green Blue C M Y K H S L
Decimal 239 7 10 0 0.97 0.96 0.06 359.22 0.94 0.48
Hex EF 7 A 0 61 60 6 167 5E 30
Octal 357 7 12 0 141 140 6 547 136 60
Binary 11101111 111 1010 0 1100001 1100000 110 101100111 1011110 110000

Color Harmonies of #EF070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF070A

Black with #EF070A

Text Example


Text Example

White with #EF070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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