Html Css Color HEX #EF040C Venetian Red

📋 copy color: '#EF040C'

red 239 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #EF040C

Tints of Venetian Red #EF040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 93.73%
G = 1.57%
B = 4.71%

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

#EF040C (or 0xEF040C) is known color: Venetian Red. HEX triplet: EF, 04 and 0C. RGB value is (239,4,12). Sum of RGB (Red+Green+Blue) = 239+4+12=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF040C is #10FBF3. Grayscale: #4B4B4B. Windows color (decimal): -1113076 or 787695. OLE color: 787695.

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

Color convert

RGB 239 4 12 -
CMYK 0 0.98 0.95 0.06
HSL 357.96º 0.97% 0.48% -
HSV(B) 357.96º 0.98% 0.94% -
XYZ 35.71 18.46 2.03 -
YUV 75.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 239 4 12 0 0.98 0.95 0.06 357.96 0.97 0.48
Hex EF 4 C 0 62 5F 6 166 61 30
Octal 357 4 14 0 142 137 6 546 141 60
Binary 11101111 100 1100 0 1100010 1011111 110 101100110 1100001 110000

Color Harmonies of #EF040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF040C

Black with #EF040C

Text Example


Text Example

White with #EF040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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