Html Css Color HEX #EF050C Venetian Red

📋 copy color: '#EF050C'

red 239 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #EF050C

Tints of Venetian Red #EF050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 93.36%
G = 1.95%
B = 4.69%

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

#EF050C (or 0xEF050C) is known color: Venetian Red. HEX triplet: EF, 05 and 0C. RGB value is (239,5,12). Sum of RGB (Red+Green+Blue) = 239+5+12=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF050C is #10FAF3. Grayscale: #4B4B4B. Windows color (decimal): -1112820 or 787951. OLE color: 787951.

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

Color convert

RGB 239 5 12 -
CMYK 0 0.98 0.95 0.06
HSL 358.21º 0.96% 0.48% -
HSV(B) 358.21º 0.98% 0.94% -
XYZ 35.72 18.49 2.03 -
YUV 75.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 239 5 12 0 0.98 0.95 0.06 358.21 0.96 0.48
Hex EF 5 C 0 62 5F 6 166 60 30
Octal 357 5 14 0 142 137 6 546 140 60
Binary 11101111 101 1100 0 1100010 1011111 110 101100110 1100000 110000

Color Harmonies of #EF050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF050C

Black with #EF050C

Text Example


Text Example

White with #EF050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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