Html Css Color HEX #EF010A Venetian Red

📋 copy color: '#EF010A'

red 239 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #EF010A

Tints of Venetian Red #EF010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 95.6%
G = 0.4%
B = 4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF010A (or 0xEF010A) is known color: Venetian Red. HEX triplet: EF, 01 and 0A. RGB value is (239,1,10). Sum of RGB (Red+Green+Blue) = 239+1+10=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF010A is #10FEF5. Grayscale: #494949. Windows color (decimal): -1113846 or 655855. OLE color: 655855.

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

Color convert

RGB 239 1 10 -
CMYK 0 1.00 0.96 0.06
HSL 357.73º 0.99% 0.47% -
HSV(B) 357.73º 1% 0.94% -
XYZ 35.66 18.39 1.96 -
YUV 73.19 92.35 246.27 -
System Red Green Blue C M Y K H S L
Decimal 239 1 10 0 1.00 0.96 0.06 357.73 0.99 0.47
Hex EF 1 A 0 64 60 6 166 63 2F
Octal 357 1 12 0 144 140 6 546 143 57
Binary 11101111 1 1010 0 1100100 1100000 110 101100110 1100011 101111

Color Harmonies of #EF010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF010A

Black with #EF010A

Text Example


Text Example

White with #EF010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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