Html Css Color HEX #EF000A Venetian Red

📋 copy color: '#EF000A'

red 239 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #EF000A

Tints of Venetian Red #EF000A

RGB

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

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

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

R = 95.98%
G = 0%
B = 4.02%

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

#EF000A (or 0xEF000A) is known color: Venetian Red. HEX triplet: EF, 00 and 0A. RGB value is (239,0,10). Sum of RGB (Red+Green+Blue) = 239+0+10=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF000A is #10FFF5. Grayscale: #484848. Windows color (decimal): -1114102 or 655599. OLE color: 655599.

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

Color convert

RGB 239 0 10 -
CMYK 0 1 0.96 0.06
HSL 357.49º 1% 0.47% -
HSV(B) 357.49º 1% 0.94% -
XYZ 35.65 18.37 1.95 -
YUV 72.6 92.68 246.69 -
System Red Green Blue C M Y K H S L
Decimal 239 0 10 0 1 0.96 0.06 357.49 1 0.47
Hex EF 0 A 0 64 60 6 165 64 2F
Octal 357 0 12 0 144 140 6 545 144 57
Binary 11101111 0 1010 0 1100100 1100000 110 101100101 1100100 101111

Color Harmonies of #EF000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF000A

Black with #EF000A

Text Example


Text Example

White with #EF000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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