Html Css Color HEX #F50109 Venetian Red

📋 copy color: '#F50109'

red 245 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #F50109

Tints of Venetian Red #F50109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 96.08%
G = 0.39%
B = 3.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F50109 (or 0xF50109) is known color: Venetian Red. HEX triplet: F5, 01 and 09. RGB value is (245,1,9). Sum of RGB (Red+Green+Blue) = 245+1+9=255 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.08% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 245 - color contains mainly: red. Hex color #F50109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50109 is #0AFEF6. Grayscale: #4B4B4B. Windows color (decimal): -720631 or 590325. OLE color: 590325.

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

Color convert

RGB 245 1 9 -
CMYK 0 1.00 0.96 0.04
HSL 358.03º 0.99% 0.48% -
HSV(B) 358.03º 1% 0.96% -
XYZ 37.72 19.45 2.03 -
YUV 74.87 90.84 249.35 -
System Red Green Blue C M Y K H S L
Decimal 245 1 9 0 1.00 0.96 0.04 358.03 0.99 0.48
Hex F5 1 9 0 64 60 4 166 63 30
Octal 365 1 11 0 144 140 4 546 143 60
Binary 11110101 1 1001 0 1100100 1100000 100 101100110 1100011 110000

Color Harmonies of #F50109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50109

Black with #F50109

Text Example


Text Example

White with #F50109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50109; }

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

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

background-color css

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

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

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

border-color css

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

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

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