Html Css Color HEX #F00004 Venetian Red

📋 copy color: '#F00004'

red 240 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #F00004

Tints of Venetian Red #F00004

RGB

 RED value IS 240 (94.14% from 255) = 98.36%

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

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

R = 98.36%
G = 0%
B = 1.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00004 (or 0xF00004) is known color: Venetian Red. HEX triplet: F0, 00 and 04. RGB value is (240,0,4). Sum of RGB (Red+Green+Blue) = 240+0+4=244 (32% of max value = 765). Red value is 240 (94.14% from 255 or 98.36% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 240 - color contains mainly: red. Hex color #F00004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00004 is #0FFFFB. Grayscale: #484848. Windows color (decimal): -1048572 or 262384. OLE color: 262384.

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

Color convert

RGB 240 0 4 -
CMYK 0 1 0.98 0.06
HSL 359º 1% 0.47% -
HSV(B) 359º 1% 0.94% -
XYZ 35.96 18.53 1.8 -
YUV 72.22 89.51 247.67 -
System Red Green Blue C M Y K H S L
Decimal 240 0 4 0 1 0.98 0.06 359 1 0.47
Hex F0 0 4 0 64 62 6 167 64 2F
Octal 360 0 4 0 144 142 6 547 144 57
Binary 11110000 0 100 0 1100100 1100010 110 101100111 1100100 101111

Color Harmonies of #F00004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00004

Black with #F00004

Text Example


Text Example

White with #F00004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00004; }

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

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

background-color css

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

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

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

border-color css

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

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

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