Html Css Color HEX #F80204 Venetian Red

📋 copy color: '#F80204'

red 248 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #F80204

Tints of Venetian Red #F80204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 97.64%
G = 0.79%
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

#F80204 (or 0xF80204) is known color: Venetian Red. HEX triplet: F8, 02 and 04. RGB value is (248,2,4). Sum of RGB (Red+Green+Blue) = 248+2+4=254 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.64% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 248 - color contains mainly: red. Hex color #F80204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80204 is #07FDFB. Grayscale: #4C4C4C. Windows color (decimal): -523772 or 262904. OLE color: 262904.

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

Color convert

RGB 248 2 4 -
CMYK 0 0.99 0.98 0.03
HSL 359.51º 0.98% 0.49% -
HSV(B) 359.51º 0.99% 0.97% -
XYZ 38.76 20.01 1.93 -
YUV 75.78 87.5 250.84 -
System Red Green Blue C M Y K H S L
Decimal 248 2 4 0 0.99 0.98 0.03 359.51 0.98 0.49
Hex F8 2 4 0 63 62 3 168 62 31
Octal 370 2 4 0 143 142 3 550 142 61
Binary 11111000 10 100 0 1100011 1100010 11 101101000 1100010 110001

Color Harmonies of #F80204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80204

Black with #F80204

Text Example


Text Example

White with #F80204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80204; }

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

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

background-color css

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

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

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

border-color css

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

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

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