Html Css Color HEX #F0020A Venetian Red

📋 copy color: '#F0020A'

red 240 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #F0020A

Tints of Venetian Red #F0020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 95.24%
G = 0.79%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0020A (or 0xF0020A) is known color: Venetian Red. HEX triplet: F0, 02 and 0A. RGB value is (240,2,10). Sum of RGB (Red+Green+Blue) = 240+2+10=252 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.24% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 240 - color contains mainly: red. Hex color #F0020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0020A is #0FFDF5. Grayscale: #4A4A4A. Windows color (decimal): -1048054 or 656112. OLE color: 656112.

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

Color convert

RGB 240 2 10 -
CMYK 0 0.99 0.96 0.06
HSL 357.98º 0.98% 0.47% -
HSV(B) 357.98º 0.99% 0.94% -
XYZ 36.01 18.59 1.98 -
YUV 74.07 91.85 246.35 -
System Red Green Blue C M Y K H S L
Decimal 240 2 10 0 0.99 0.96 0.06 357.98 0.98 0.47
Hex F0 2 A 0 63 60 6 166 62 2F
Octal 360 2 12 0 143 140 6 546 142 57
Binary 11110000 10 1010 0 1100011 1100000 110 101100110 1100010 101111

Color Harmonies of #F0020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0020A

Black with #F0020A

Text Example


Text Example

White with #F0020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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