Html Css Color HEX #EF090A Venetian Red

📋 copy color: '#EF090A'

red 239 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #EF090A

Tints of Venetian Red #EF090A

RGB

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

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

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

R = 92.64%
G = 3.49%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF090A (or 0xEF090A) is known color: Venetian Red. HEX triplet: EF, 09 and 0A. RGB value is (239,9,10). Sum of RGB (Red+Green+Blue) = 239+9+10=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF090A is #10F6F5. Grayscale: #4E4E4E. Windows color (decimal): -1111798 or 657903. OLE color: 657903.

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

Color convert

RGB 239 9 10 -
CMYK 0 0.96 0.96 0.06
HSL 359.74º 0.93% 0.49% -
HSV(B) 359.74º 0.96% 0.94% -
XYZ 35.75 18.57 1.99 -
YUV 77.88 89.7 242.92 -
System Red Green Blue C M Y K H S L
Decimal 239 9 10 0 0.96 0.96 0.06 359.74 0.93 0.49
Hex EF 9 A 0 60 60 6 168 5D 31
Octal 357 11 12 0 140 140 6 550 135 61
Binary 11101111 1001 1010 0 1100000 1100000 110 101101000 1011101 110001

Color Harmonies of #EF090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF090A

Black with #EF090A

Text Example


Text Example

White with #EF090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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