Html Css Color HEX #EF0309 Venetian Red

📋 copy color: '#EF0309'

red 239 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #EF0309

Tints of Venetian Red #EF0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 95.22%
G = 1.2%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF0309 (or 0xEF0309) is known color: Venetian Red. HEX triplet: EF, 03 and 09. RGB value is (239,3,9). Sum of RGB (Red+Green+Blue) = 239+3+9=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0309 is #10FCF6. Grayscale: #4A4A4A. Windows color (decimal): -1113335 or 590831. OLE color: 590831.

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

Color convert

RGB 239 3 9 -
CMYK 0 0.99 0.96 0.06
HSL 358.47º 0.98% 0.47% -
HSV(B) 358.47º 0.99% 0.94% -
XYZ 35.68 18.44 1.94 -
YUV 74.25 91.19 245.51 -
System Red Green Blue C M Y K H S L
Decimal 239 3 9 0 0.99 0.96 0.06 358.47 0.98 0.47
Hex EF 3 9 0 63 60 6 166 62 2F
Octal 357 3 11 0 143 140 6 546 142 57
Binary 11101111 11 1001 0 1100011 1100000 110 101100110 1100010 101111

Color Harmonies of #EF0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0309

Black with #EF0309

Text Example


Text Example

White with #EF0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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