Html Css Color HEX #EF010B Venetian Red

📋 copy color: '#EF010B'

red 239 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #EF010B

Tints of Venetian Red #EF010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 95.22%
G = 0.4%
B = 4.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF010B (or 0xEF010B) is known color: Venetian Red. HEX triplet: EF, 01 and 0B. RGB value is (239,1,11). Sum of RGB (Red+Green+Blue) = 239+1+11=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF010B is #10FEF4. Grayscale: #494949. Windows color (decimal): -1113845 or 721391. OLE color: 721391.

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

Color convert

RGB 239 1 11 -
CMYK 0 1.00 0.95 0.06
HSL 357.48º 0.99% 0.47% -
HSV(B) 357.48º 1% 0.94% -
XYZ 35.67 18.4 1.99 -
YUV 73.3 92.85 246.19 -
System Red Green Blue C M Y K H S L
Decimal 239 1 11 0 1.00 0.95 0.06 357.48 0.99 0.47
Hex EF 1 B 0 64 5F 6 165 63 2F
Octal 357 1 13 0 144 137 6 545 143 57
Binary 11101111 1 1011 0 1100100 1011111 110 101100101 1100011 101111

Color Harmonies of #EF010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF010B

Black with #EF010B

Text Example


Text Example

White with #EF010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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