Html Css Color HEX #EF030E Venetian Red

📋 copy color: '#EF030E'

red 239 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #EF030E

Tints of Venetian Red #EF030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 93.36%
G = 1.17%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF030E (or 0xEF030E) is known color: Venetian Red. HEX triplet: EF, 03 and 0E. RGB value is (239,3,14). Sum of RGB (Red+Green+Blue) = 239+3+14=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF030E is #10FCF1. Grayscale: #4B4B4B. Windows color (decimal): -1113330 or 918511. OLE color: 918511.

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

Color convert

RGB 239 3 14 -
CMYK 0 0.99 0.94 0.06
HSL 357.2º 0.98% 0.47% -
HSV(B) 357.2º 0.99% 0.94% -
XYZ 35.71 18.45 2.09 -
YUV 74.82 93.69 245.11 -
System Red Green Blue C M Y K H S L
Decimal 239 3 14 0 0.99 0.94 0.06 357.2 0.98 0.47
Hex EF 3 E 0 63 5E 6 165 62 2F
Octal 357 3 16 0 143 136 6 545 142 57
Binary 11101111 11 1110 0 1100011 1011110 110 101100101 1100010 101111

Color Harmonies of #EF030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF030E

Black with #EF030E

Text Example


Text Example

White with #EF030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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