Html Css Color HEX #EF0306 Venetian Red

📋 copy color: '#EF0306'

red 239 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #EF0306

Tints of Venetian Red #EF0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 96.37%
G = 1.21%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0306 (or 0xEF0306) is known color: Venetian Red. HEX triplet: EF, 03 and 06. RGB value is (239,3,6). Sum of RGB (Red+Green+Blue) = 239+3+6=248 (32% of max value = 765). Red value is 239 (93.75% from 255 or 96.37% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0306 is #10FCF9. Grayscale: #4A4A4A. Windows color (decimal): -1113338 or 394223. OLE color: 394223.

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

Color convert

RGB 239 3 6 -
CMYK 0 0.99 0.97 0.06
HSL 359.24º 0.98% 0.47% -
HSV(B) 359.24º 0.99% 0.94% -
XYZ 35.66 18.43 1.85 -
YUV 73.91 89.69 245.76 -
System Red Green Blue C M Y K H S L
Decimal 239 3 6 0 0.99 0.97 0.06 359.24 0.98 0.47
Hex EF 3 6 0 63 61 6 167 62 2F
Octal 357 3 6 0 143 141 6 547 142 57
Binary 11101111 11 110 0 1100011 1100001 110 101100111 1100010 101111

Color Harmonies of #EF0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0306

Black with #EF0306

Text Example


Text Example

White with #EF0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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