Html Css Color HEX #EF020C Venetian Red

📋 copy color: '#EF020C'

red 239 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #EF020C

Tints of Venetian Red #EF020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 94.47%
G = 0.79%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF020C (or 0xEF020C) is known color: Venetian Red. HEX triplet: EF, 02 and 0C. RGB value is (239,2,12). Sum of RGB (Red+Green+Blue) = 239+2+12=253 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.47% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 239 - color contains mainly: red. Hex color #EF020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF020C is #10FDF3. Grayscale: #4A4A4A. Windows color (decimal): -1113588 or 787183. OLE color: 787183.

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

Color convert

RGB 239 2 12 -
CMYK 0 0.99 0.95 0.06
HSL 357.47º 0.98% 0.47% -
HSV(B) 357.47º 0.99% 0.94% -
XYZ 35.68 18.42 2.02 -
YUV 74 93.02 245.69 -
System Red Green Blue C M Y K H S L
Decimal 239 2 12 0 0.99 0.95 0.06 357.47 0.98 0.47
Hex EF 2 C 0 63 5F 6 165 62 2F
Octal 357 2 14 0 143 137 6 545 142 57
Binary 11101111 10 1100 0 1100011 1011111 110 101100101 1100010 101111

Color Harmonies of #EF020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF020C

Black with #EF020C

Text Example


Text Example

White with #EF020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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