Html Css Color HEX #EF030C Venetian Red

📋 copy color: '#EF030C'

red 239 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #EF030C

Tints of Venetian Red #EF030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 94.09%
G = 1.18%
B = 4.72%

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

#EF030C (or 0xEF030C) is known color: Venetian Red. HEX triplet: EF, 03 and 0C. RGB value is (239,3,12). Sum of RGB (Red+Green+Blue) = 239+3+12=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF030C is #10FCF3. Grayscale: #4A4A4A. Windows color (decimal): -1113332 or 787439. OLE color: 787439.

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

Color convert

RGB 239 3 12 -
CMYK 0 0.99 0.95 0.06
HSL 357.71º 0.98% 0.47% -
HSV(B) 357.71º 0.99% 0.94% -
XYZ 35.7 18.44 2.03 -
YUV 74.59 92.69 245.27 -
System Red Green Blue C M Y K H S L
Decimal 239 3 12 0 0.99 0.95 0.06 357.71 0.98 0.47
Hex EF 3 C 0 63 5F 6 166 62 2F
Octal 357 3 14 0 143 137 6 546 142 57
Binary 11101111 11 1100 0 1100011 1011111 110 101100110 1100010 101111

Color Harmonies of #EF030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF030C

Black with #EF030C

Text Example


Text Example

White with #EF030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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