Html Css Color HEX #EF0A0C Venetian Red

📋 copy color: '#EF0A0C'

red 239 ◦ green 10 ◦ blue 12

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

Shades of Venetian Red #EF0A0C

Tints of Venetian Red #EF0A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

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

R = 91.57%
G = 3.83%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF0A0C (or 0xEF0A0C) is known color: Venetian Red. HEX triplet: EF, 0A and 0C. RGB value is (239,10,12). Sum of RGB (Red+Green+Blue) = 239+10+12=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A0C is #10F5F3. Grayscale: #4E4E4E. Windows color (decimal): -1111540 or 789231. OLE color: 789231.

HSL color Cylindrical-coordinate representation of color #EF0A0C: hue angle of 359.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A0C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 12 -
CMYK 0 0.96 0.95 0.06
HSL 359.48º 0.92% 0.49% -
HSV(B) 359.48º 0.96% 0.94% -
XYZ 35.77 18.59 2.05 -
YUV 78.7 90.37 242.34 -
System Red Green Blue C M Y K H S L
Decimal 239 10 12 0 0.96 0.95 0.06 359.48 0.92 0.49
Hex EF A C 0 60 5F 6 167 5C 31
Octal 357 12 14 0 140 137 6 547 134 61
Binary 11101111 1010 1100 0 1100000 1011111 110 101100111 1011100 110001

Color Harmonies of #EF0A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A0C

Black with #EF0A0C

Text Example


Text Example

White with #EF0A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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