Html Css Color HEX #F00310 Venetian Red

📋 copy color: '#F00310'

red 240 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #F00310

Tints of Venetian Red #F00310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 92.66%
G = 1.16%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F00310 (or 0xF00310) is known color: Venetian Red. HEX triplet: F0, 03 and 10. RGB value is (240,3,16). Sum of RGB (Red+Green+Blue) = 240+3+16=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F00310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00310 is #0FFCEF. Grayscale: #4B4B4B. Windows color (decimal): -1047792 or 1049584. OLE color: 1049584.

HSL color Cylindrical-coordinate representation of color #F00310: hue angle of 356.71º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 16 -
CMYK 0 0.99 0.93 0.06
HSL 356.71º 0.98% 0.48% -
HSV(B) 356.71º 0.99% 0.94% -
XYZ 36.06 18.63 2.19 -
YUV 75.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 240 3 16 0 0.99 0.93 0.06 356.71 0.98 0.48
Hex F0 3 10 0 63 5D 6 165 62 30
Octal 360 3 20 0 143 135 6 545 142 60
Binary 11110000 11 10000 0 1100011 1011101 110 101100101 1100010 110000

Color Harmonies of #F00310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00310

Black with #F00310

Text Example


Text Example

White with #F00310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00310; }

 p { color: rgb(240,3,16); }

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

background-color css

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

 a { background-color: rgb(240,3,16); }

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

border-color css

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

 span { border-color: rgb(240,3,16); }

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