Html Css Color HEX #EF070D Venetian Red

📋 copy color: '#EF070D'

red 239 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #EF070D

Tints of Venetian Red #EF070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 92.28%
G = 2.7%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF070D (or 0xEF070D) is known color: Venetian Red. HEX triplet: EF, 07 and 0D. RGB value is (239,7,13). Sum of RGB (Red+Green+Blue) = 239+7+13=259 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.28% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 239 - color contains mainly: red. Hex color #EF070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF070D is #10F8F2. Grayscale: #4D4D4D. Windows color (decimal): -1112307 or 853999. OLE color: 853999.

HSL color Cylindrical-coordinate representation of color #EF070D: hue angle of 358.45º 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 #EF070D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 7 13 -
CMYK 0 0.97 0.95 0.06
HSL 358.45º 0.94% 0.48% -
HSV(B) 358.45º 0.97% 0.94% -
XYZ 35.75 18.53 2.07 -
YUV 77.05 91.86 243.51 -
System Red Green Blue C M Y K H S L
Decimal 239 7 13 0 0.97 0.95 0.06 358.45 0.94 0.48
Hex EF 7 D 0 61 5F 6 166 5E 30
Octal 357 7 15 0 141 137 6 546 136 60
Binary 11101111 111 1101 0 1100001 1011111 110 101100110 1011110 110000

Color Harmonies of #EF070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF070D

Black with #EF070D

Text Example


Text Example

White with #EF070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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