Html Css Color HEX #F0040F Venetian Red

📋 copy color: '#F0040F'

red 240 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #F0040F

Tints of Venetian Red #F0040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 92.66%
G = 1.54%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0040F (or 0xF0040F) is known color: Venetian Red. HEX triplet: F0, 04 and 0F. RGB value is (240,4,15). Sum of RGB (Red+Green+Blue) = 240+4+15=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F0040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0040F is #0FFBF0. Grayscale: #4C4C4C. Windows color (decimal): -1047537 or 984304. OLE color: 984304.

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

Color convert

RGB 240 4 15 -
CMYK 0 0.98 0.94 0.06
HSL 357.2º 0.97% 0.48% -
HSV(B) 357.2º 0.98% 0.94% -
XYZ 36.06 18.65 2.15 -
YUV 75.82 93.69 245.11 -
System Red Green Blue C M Y K H S L
Decimal 240 4 15 0 0.98 0.94 0.06 357.2 0.97 0.48
Hex F0 4 F 0 62 5E 6 165 61 30
Octal 360 4 17 0 142 136 6 545 141 60
Binary 11110000 100 1111 0 1100010 1011110 110 101100101 1100001 110000

Color Harmonies of #F0040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0040F

Black with #F0040F

Text Example


Text Example

White with #F0040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0040F; }

 p { color: rgb(240,4,15); }

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

background-color css

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

 a { background-color: rgb(240,4,15); }

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

border-color css

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

 span { border-color: rgb(240,4,15); }

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