Html Css Color HEX #F00104 Venetian Red

📋 copy color: '#F00104'

red 240 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #F00104

Tints of Venetian Red #F00104

RGB

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

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

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

R = 97.96%
G = 0.41%
B = 1.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00104 (or 0xF00104) is known color: Venetian Red. HEX triplet: F0, 01 and 04. RGB value is (240,1,4). Sum of RGB (Red+Green+Blue) = 240+1+4=245 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.96% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 240 - color contains mainly: red. Hex color #F00104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00104 is #0FFEFB. Grayscale: #494949. Windows color (decimal): -1048316 or 262640. OLE color: 262640.

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

Color convert

RGB 240 1 4 -
CMYK 0 1.00 0.98 0.06
HSL 359.25º 0.99% 0.47% -
HSV(B) 359.25º 1% 0.94% -
XYZ 35.97 18.56 1.8 -
YUV 72.8 89.18 247.26 -
System Red Green Blue C M Y K H S L
Decimal 240 1 4 0 1.00 0.98 0.06 359.25 0.99 0.47
Hex F0 1 4 0 64 62 6 167 63 2F
Octal 360 1 4 0 144 142 6 547 143 57
Binary 11110000 1 100 0 1100100 1100010 110 101100111 1100011 101111

Color Harmonies of #F00104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00104

Black with #F00104

Text Example


Text Example

White with #F00104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00104; }

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

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

background-color css

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

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

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

border-color css

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

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

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