Html Css Color HEX #F50309 Venetian Red

📋 copy color: '#F50309'

red 245 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #F50309

Tints of Venetian Red #F50309

RGB

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

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

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

R = 95.33%
G = 1.17%
B = 3.5%

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

#F50309 (or 0xF50309) is known color: Venetian Red. HEX triplet: F5, 03 and 09. RGB value is (245,3,9). Sum of RGB (Red+Green+Blue) = 245+3+9=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F50309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50309 is #0AFCF6. Grayscale: #4C4C4C. Windows color (decimal): -720119 or 590837. OLE color: 590837.

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

Color convert

RGB 245 3 9 -
CMYK 0 0.99 0.96 0.04
HSL 358.51º 0.98% 0.49% -
HSV(B) 358.51º 0.99% 0.96% -
XYZ 37.74 19.5 2.03 -
YUV 76.04 90.17 248.51 -
System Red Green Blue C M Y K H S L
Decimal 245 3 9 0 0.99 0.96 0.04 358.51 0.98 0.49
Hex F5 3 9 0 63 60 4 167 62 31
Octal 365 3 11 0 143 140 4 547 142 61
Binary 11110101 11 1001 0 1100011 1100000 100 101100111 1100010 110001

Color Harmonies of #F50309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50309

Black with #F50309

Text Example


Text Example

White with #F50309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50309; }

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

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

background-color css

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

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

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

border-color css

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

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

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