Html Css Color HEX #F50507 Venetian Red

📋 copy color: '#F50507'

red 245 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #F50507

Tints of Venetian Red #F50507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 7 (3.13% from 255) = 2.72%

R = 95.33%
G = 1.95%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F50507 (or 0xF50507) is known color: Venetian Red. HEX triplet: F5, 05 and 07. RGB value is (245,5,7). Sum of RGB (Red+Green+Blue) = 245+5+7=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F50507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50507 is #0AFAF8. Grayscale: #4D4D4D. Windows color (decimal): -719609 or 460277. OLE color: 460277.

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

Color convert

RGB 245 5 7 -
CMYK 0 0.98 0.97 0.04
HSL 359.5º 0.96% 0.49% -
HSV(B) 359.5º 0.98% 0.96% -
XYZ 37.75 19.54 1.98 -
YUV 76.99 88.51 247.84 -
System Red Green Blue C M Y K H S L
Decimal 245 5 7 0 0.98 0.97 0.04 359.5 0.96 0.49
Hex F5 5 7 0 62 61 4 168 60 31
Octal 365 5 7 0 142 141 4 550 140 61
Binary 11110101 101 111 0 1100010 1100001 100 101101000 1100000 110001

Color Harmonies of #F50507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50507

Black with #F50507

Text Example


Text Example

White with #F50507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50507; }

 p { color: rgb(245,5,7); }

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

background-color css

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

 a { background-color: rgb(245,5,7); }

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

border-color css

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

 span { border-color: rgb(245,5,7); }

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