Html Css Color HEX #F80103 Venetian Red

📋 copy color: '#F80103'

red 248 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #F80103

Tints of Venetian Red #F80103

RGB

 RED value IS 248 (97.27% from 255) = 98.41%

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 98.41%
G = 0.4%
B = 1.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F80103 (or 0xF80103) is known color: Venetian Red. HEX triplet: F8, 01 and 03. RGB value is (248,1,3). Sum of RGB (Red+Green+Blue) = 248+1+3=252 (33% of max value = 765). Red value is 248 (97.27% from 255 or 98.41% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 248 - color contains mainly: red. Hex color #F80103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80103 is #07FEFC. Grayscale: #4B4B4B. Windows color (decimal): -524029 or 197112. OLE color: 197112.

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

Color convert

RGB 248 1 3 -
CMYK 0 1.00 0.99 0.03
HSL 359.51º 0.99% 0.49% -
HSV(B) 359.51º 1% 0.97% -
XYZ 38.74 19.98 1.9 -
YUV 75.08 87.33 251.34 -
System Red Green Blue C M Y K H S L
Decimal 248 1 3 0 1.00 0.99 0.03 359.51 0.99 0.49
Hex F8 1 3 0 64 63 3 168 63 31
Octal 370 1 3 0 144 143 3 550 143 61
Binary 11111000 1 11 0 1100100 1100011 11 101101000 1100011 110001

Color Harmonies of #F80103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80103

Black with #F80103

Text Example


Text Example

White with #F80103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80103; }

 p { color: rgb(248,1,3); }

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

background-color css

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

 a { background-color: rgb(248,1,3); }

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

border-color css

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

 span { border-color: rgb(248,1,3); }

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