Html Css Color HEX #EF040B Venetian Red

📋 copy color: '#EF040B'

red 239 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #EF040B

Tints of Venetian Red #EF040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 94.09%
G = 1.57%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF040B (or 0xEF040B) is known color: Venetian Red. HEX triplet: EF, 04 and 0B. RGB value is (239,4,11). Sum of RGB (Red+Green+Blue) = 239+4+11=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF040B is #10FBF4. Grayscale: #4B4B4B. Windows color (decimal): -1113077 or 722159. OLE color: 722159.

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

Color convert

RGB 239 4 11 -
CMYK 0 0.98 0.95 0.06
HSL 358.21º 0.97% 0.48% -
HSV(B) 358.21º 0.98% 0.94% -
XYZ 35.7 18.46 2 -
YUV 75.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 239 4 11 0 0.98 0.95 0.06 358.21 0.97 0.48
Hex EF 4 B 0 62 5F 6 166 61 30
Octal 357 4 13 0 142 137 6 546 141 60
Binary 11101111 100 1011 0 1100010 1011111 110 101100110 1100001 110000

Color Harmonies of #EF040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF040B

Black with #EF040B

Text Example


Text Example

White with #EF040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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