Html Css Color HEX #EF090C Venetian Red

📋 copy color: '#EF090C'

red 239 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #EF090C

Tints of Venetian Red #EF090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 91.92%
G = 3.46%
B = 4.62%

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

#EF090C (or 0xEF090C) is known color: Venetian Red. HEX triplet: EF, 09 and 0C. RGB value is (239,9,12). Sum of RGB (Red+Green+Blue) = 239+9+12=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF090C is #10F6F3. Grayscale: #4E4E4E. Windows color (decimal): -1111796 or 788975. OLE color: 788975.

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

Color convert

RGB 239 9 12 -
CMYK 0 0.96 0.95 0.06
HSL 359.22º 0.93% 0.49% -
HSV(B) 359.22º 0.96% 0.94% -
XYZ 35.76 18.57 2.05 -
YUV 78.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 239 9 12 0 0.96 0.95 0.06 359.22 0.93 0.49
Hex EF 9 C 0 60 5F 6 167 5D 31
Octal 357 11 14 0 140 137 6 547 135 61
Binary 11101111 1001 1100 0 1100000 1011111 110 101100111 1011101 110001

Color Harmonies of #EF090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF090C

Black with #EF090C

Text Example


Text Example

White with #EF090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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