Html Css Color HEX #F80304 Venetian Red

📋 copy color: '#F80304'

red 248 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #F80304

Tints of Venetian Red #F80304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 97.25%
G = 1.18%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80304 (or 0xF80304) is known color: Venetian Red. HEX triplet: F8, 03 and 04. RGB value is (248,3,4). Sum of RGB (Red+Green+Blue) = 248+3+4=255 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.25% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 248 - color contains mainly: red. Hex color #F80304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80304 is #07FCFB. Grayscale: #4C4C4C. Windows color (decimal): -523516 or 263160. OLE color: 263160.

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

Color convert

RGB 248 3 4 -
CMYK 0 0.99 0.98 0.03
HSL 359.76º 0.98% 0.49% -
HSV(B) 359.76º 0.99% 0.97% -
XYZ 38.77 20.03 1.94 -
YUV 76.37 87.17 250.42 -
System Red Green Blue C M Y K H S L
Decimal 248 3 4 0 0.99 0.98 0.03 359.76 0.98 0.49
Hex F8 3 4 0 63 62 3 168 62 31
Octal 370 3 4 0 143 142 3 550 142 61
Binary 11111000 11 100 0 1100011 1100010 11 101101000 1100010 110001

Color Harmonies of #F80304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80304

Black with #F80304

Text Example


Text Example

White with #F80304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80304; }

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

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

background-color css

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

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

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

border-color css

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

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

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