Html Css Color HEX #F50106 Venetian Red

📋 copy color: '#F50106'

red 245 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #F50106

Tints of Venetian Red #F50106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 97.22%
G = 0.4%
B = 2.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F50106 (or 0xF50106) is known color: Venetian Red. HEX triplet: F5, 01 and 06. RGB value is (245,1,6). Sum of RGB (Red+Green+Blue) = 245+1+6=252 (33% of max value = 765). Red value is 245 (96.09% from 255 or 97.22% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 245 - color contains mainly: red. Hex color #F50106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50106 is #0AFEF9. Grayscale: #4A4A4A. Windows color (decimal): -720634 or 393717. OLE color: 393717.

HSL color Cylindrical-coordinate representation of color #F50106: hue angle of 358.77º 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 #F50106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 6 -
CMYK 0 1.00 0.98 0.04
HSL 358.77º 0.99% 0.48% -
HSV(B) 358.77º 1% 0.96% -
XYZ 37.7 19.45 1.94 -
YUV 74.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 245 1 6 0 1.00 0.98 0.04 358.77 0.99 0.48
Hex F5 1 6 0 64 62 4 167 63 30
Octal 365 1 6 0 144 142 4 547 143 60
Binary 11110101 1 110 0 1100100 1100010 100 101100111 1100011 110000

Color Harmonies of #F50106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50106

Black with #F50106

Text Example


Text Example

White with #F50106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50106; }

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

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

background-color css

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

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

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

border-color css

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

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

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