Html Css Color HEX #EF090B Venetian Red

📋 copy color: '#EF090B'

red 239 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #EF090B

Tints of Venetian Red #EF090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 92.28%
G = 3.47%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF090B (or 0xEF090B) is known color: Venetian Red. HEX triplet: EF, 09 and 0B. RGB value is (239,9,11). Sum of RGB (Red+Green+Blue) = 239+9+11=259 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.28% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 239 - color contains mainly: red. Hex color #EF090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF090B is #10F6F4. Grayscale: #4E4E4E. Windows color (decimal): -1111797 or 723439. OLE color: 723439.

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

Color convert

RGB 239 9 11 -
CMYK 0 0.96 0.95 0.06
HSL 359.48º 0.93% 0.49% -
HSV(B) 359.48º 0.96% 0.94% -
XYZ 35.75 18.57 2.02 -
YUV 78 90.2 242.84 -
System Red Green Blue C M Y K H S L
Decimal 239 9 11 0 0.96 0.95 0.06 359.48 0.93 0.49
Hex EF 9 B 0 60 5F 6 167 5D 31
Octal 357 11 13 0 140 137 6 547 135 61
Binary 11101111 1001 1011 0 1100000 1011111 110 101100111 1011101 110001

Color Harmonies of #EF090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF090B

Black with #EF090B

Text Example


Text Example

White with #EF090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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