Html Css Color HEX #EF080B Venetian Red

📋 copy color: '#EF080B'

red 239 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #EF080B

Tints of Venetian Red #EF080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 92.64%
G = 3.1%
B = 4.26%

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

#EF080B (or 0xEF080B) is known color: Venetian Red. HEX triplet: EF, 08 and 0B. RGB value is (239,8,11). Sum of RGB (Red+Green+Blue) = 239+8+11=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF080B is #10F7F4. Grayscale: #4D4D4D. Windows color (decimal): -1112053 or 723183. OLE color: 723183.

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

Color convert

RGB 239 8 11 -
CMYK 0 0.97 0.95 0.06
HSL 359.22º 0.94% 0.48% -
HSV(B) 359.22º 0.97% 0.94% -
XYZ 35.74 18.55 2.01 -
YUV 77.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 239 8 11 0 0.97 0.95 0.06 359.22 0.94 0.48
Hex EF 8 B 0 61 5F 6 167 5E 30
Octal 357 10 13 0 141 137 6 547 136 60
Binary 11101111 1000 1011 0 1100001 1011111 110 101100111 1011110 110000

Color Harmonies of #EF080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF080B

Black with #EF080B

Text Example


Text Example

White with #EF080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF080B; }

 p { color: rgb(239,8,11); }

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

background-color css

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

 a { background-color: rgb(239,8,11); }

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

border-color css

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

 span { border-color: rgb(239,8,11); }

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