Html Css Color HEX #EF040A Venetian Red

📋 copy color: '#EF040A'

red 239 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #EF040A

Tints of Venetian Red #EF040A

RGB

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

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

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

R = 94.47%
G = 1.58%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF040A (or 0xEF040A) is known color: Venetian Red. HEX triplet: EF, 04 and 0A. RGB value is (239,4,10). Sum of RGB (Red+Green+Blue) = 239+4+10=253 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.47% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 239 - color contains mainly: red. Hex color #EF040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF040A is #10FBF5. Grayscale: #4B4B4B. Windows color (decimal): -1113078 or 656623. OLE color: 656623.

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

Color convert

RGB 239 4 10 -
CMYK 0 0.98 0.96 0.06
HSL 358.47º 0.97% 0.48% -
HSV(B) 358.47º 0.98% 0.94% -
XYZ 35.69 18.46 1.97 -
YUV 74.95 91.36 245.01 -
System Red Green Blue C M Y K H S L
Decimal 239 4 10 0 0.98 0.96 0.06 358.47 0.97 0.48
Hex EF 4 A 0 62 60 6 166 61 30
Octal 357 4 12 0 142 140 6 546 141 60
Binary 11101111 100 1010 0 1100010 1100000 110 101100110 1100001 110000

Color Harmonies of #EF040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF040A

Black with #EF040A

Text Example


Text Example

White with #EF040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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