Html Css Color HEX #F50209 Venetian Red

📋 copy color: '#F50209'

red 245 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #F50209

Tints of Venetian Red #F50209

RGB

 RED value IS 245 (96.09% from 255) = 95.7%

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 95.7%
G = 0.78%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F50209 (or 0xF50209) is known color: Venetian Red. HEX triplet: F5, 02 and 09. RGB value is (245,2,9). Sum of RGB (Red+Green+Blue) = 245+2+9=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50209 is #0AFDF6. Grayscale: #4B4B4B. Windows color (decimal): -720375 or 590581. OLE color: 590581.

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

Color convert

RGB 245 2 9 -
CMYK 0 0.99 0.96 0.04
HSL 358.27º 0.98% 0.48% -
HSV(B) 358.27º 0.99% 0.96% -
XYZ 37.73 19.48 2.03 -
YUV 75.46 90.51 248.93 -
System Red Green Blue C M Y K H S L
Decimal 245 2 9 0 0.99 0.96 0.04 358.27 0.98 0.48
Hex F5 2 9 0 63 60 4 166 62 30
Octal 365 2 11 0 143 140 4 546 142 60
Binary 11110101 10 1001 0 1100011 1100000 100 101100110 1100010 110000

Color Harmonies of #F50209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50209

Black with #F50209

Text Example


Text Example

White with #F50209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50209; }

 p { color: rgb(245,2,9); }

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

background-color css

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

 a { background-color: rgb(245,2,9); }

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

border-color css

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

 span { border-color: rgb(245,2,9); }

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