Html Css Color HEX #EF0506 Venetian Red

📋 copy color: '#EF0506'

red 239 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #EF0506

Tints of Venetian Red #EF0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 95.6%
G = 2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0506 (or 0xEF0506) is known color: Venetian Red. HEX triplet: EF, 05 and 06. RGB value is (239,5,6). Sum of RGB (Red+Green+Blue) = 239+5+6=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0506 is #10FAF9. Grayscale: #4B4B4B. Windows color (decimal): -1112826 or 394735. OLE color: 394735.

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

Color convert

RGB 239 5 6 -
CMYK 0 0.98 0.97 0.06
HSL 359.74º 0.96% 0.48% -
HSV(B) 359.74º 0.98% 0.94% -
XYZ 35.68 18.47 1.86 -
YUV 75.08 89.02 244.92 -
System Red Green Blue C M Y K H S L
Decimal 239 5 6 0 0.98 0.97 0.06 359.74 0.96 0.48
Hex EF 5 6 0 62 61 6 168 60 30
Octal 357 5 6 0 142 141 6 550 140 60
Binary 11101111 101 110 0 1100010 1100001 110 101101000 1100000 110000

Color Harmonies of #EF0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0506

Black with #EF0506

Text Example


Text Example

White with #EF0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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