Html Css Color HEX #F0080C Venetian Red

📋 copy color: '#F0080C'

red 240 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #F0080C

Tints of Venetian Red #F0080C

RGB

 RED value IS 240 (94.14% from 255) = 92.31%

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 92.31%
G = 3.08%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0080C (or 0xF0080C) is known color: Venetian Red. HEX triplet: F0, 08 and 0C. RGB value is (240,8,12). Sum of RGB (Red+Green+Blue) = 240+8+12=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080C is #0FF7F3. Grayscale: #4E4E4E. Windows color (decimal): -1046516 or 788720. OLE color: 788720.

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

Color convert

RGB 240 8 12 -
CMYK 0 0.97 0.95 0.06
HSL 358.97º 0.94% 0.49% -
HSV(B) 358.97º 0.97% 0.94% -
XYZ 36.09 18.73 2.06 -
YUV 77.82 90.86 243.67 -
System Red Green Blue C M Y K H S L
Decimal 240 8 12 0 0.97 0.95 0.06 358.97 0.94 0.49
Hex F0 8 C 0 61 5F 6 167 5E 31
Octal 360 10 14 0 141 137 6 547 136 61
Binary 11110000 1000 1100 0 1100001 1011111 110 101100111 1011110 110001

Color Harmonies of #F0080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0080C

Black with #F0080C

Text Example


Text Example

White with #F0080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0080C; }

 p { color: rgb(240,8,12); }

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

background-color css

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

 a { background-color: rgb(240,8,12); }

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

border-color css

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

 span { border-color: rgb(240,8,12); }

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