Html Css Color HEX #EF0009 Venetian Red

📋 copy color: '#EF0009'

red 239 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #EF0009

Tints of Venetian Red #EF0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 96.37%
G = 0%
B = 3.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF0009 (or 0xEF0009) is known color: Venetian Red. HEX triplet: EF, 00 and 09. RGB value is (239,0,9). Sum of RGB (Red+Green+Blue) = 239+0+9=248 (32% of max value = 765). Red value is 239 (93.75% from 255 or 96.37% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0009 is #10FFF6. Grayscale: #484848. Windows color (decimal): -1114103 or 590063. OLE color: 590063.

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

Color convert

RGB 239 0 9 -
CMYK 0 1 0.96 0.06
HSL 357.74º 1% 0.47% -
HSV(B) 357.74º 1% 0.94% -
XYZ 35.65 18.37 1.93 -
YUV 72.49 92.18 246.77 -
System Red Green Blue C M Y K H S L
Decimal 239 0 9 0 1 0.96 0.06 357.74 1 0.47
Hex EF 0 9 0 64 60 6 166 64 2F
Octal 357 0 11 0 144 140 6 546 144 57
Binary 11101111 0 1001 0 1100100 1100000 110 101100110 1100100 101111

Color Harmonies of #EF0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0009

Black with #EF0009

Text Example


Text Example

White with #EF0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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