Html Css Color HEX #F00210 Venetian Red

📋 copy color: '#F00210'

red 240 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #F00210

Tints of Venetian Red #F00210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 93.02%
G = 0.78%
B = 6.2%

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

#F00210 (or 0xF00210) is known color: Venetian Red. HEX triplet: F0, 02 and 10. RGB value is (240,2,16). Sum of RGB (Red+Green+Blue) = 240+2+16=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F00210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00210 is #0FFDEF. Grayscale: #4A4A4A. Windows color (decimal): -1048048 or 1049328. OLE color: 1049328.

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

Color convert

RGB 240 2 16 -
CMYK 0 0.99 0.93 0.06
HSL 356.47º 0.98% 0.47% -
HSV(B) 356.47º 0.99% 0.94% -
XYZ 36.05 18.61 2.18 -
YUV 74.76 94.85 245.86 -
System Red Green Blue C M Y K H S L
Decimal 240 2 16 0 0.99 0.93 0.06 356.47 0.98 0.47
Hex F0 2 10 0 63 5D 6 164 62 2F
Octal 360 2 20 0 143 135 6 544 142 57
Binary 11110000 10 10000 0 1100011 1011101 110 101100100 1100010 101111

Color Harmonies of #F00210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00210

Black with #F00210

Text Example


Text Example

White with #F00210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00210; }

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

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

background-color css

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

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

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

border-color css

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

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

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