Html Css Color HEX #F80004 Venetian Red

📋 copy color: '#F80004'

red 248 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #F80004

Tints of Venetian Red #F80004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.41%
G = 0%
B = 1.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F80004 (or 0xF80004) is known color: Venetian Red. HEX triplet: F8, 00 and 04. RGB value is (248,0,4). Sum of RGB (Red+Green+Blue) = 248+0+4=252 (33% of max value = 765). Red value is 248 (97.27% from 255 or 98.41% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 248 - color contains mainly: red. Hex color #F80004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80004 is #07FFFB. Grayscale: #4A4A4A. Windows color (decimal): -524284 or 262392. OLE color: 262392.

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

Color convert

RGB 248 0 4 -
CMYK 0 1 0.98 0.03
HSL 359.03º 1% 0.49% -
HSV(B) 359.03º 1% 0.97% -
XYZ 38.73 19.97 1.93 -
YUV 74.61 88.16 251.67 -
System Red Green Blue C M Y K H S L
Decimal 248 0 4 0 1 0.98 0.03 359.03 1 0.49
Hex F8 0 4 0 64 62 3 167 64 31
Octal 370 0 4 0 144 142 3 547 144 61
Binary 11111000 0 100 0 1100100 1100010 11 101100111 1100100 110001

Color Harmonies of #F80004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80004

Black with #F80004

Text Example


Text Example

White with #F80004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80004; }

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

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

background-color css

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

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

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

border-color css

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

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

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