Html Css Color HEX #F00204 Venetian Red

📋 copy color: '#F00204'

red 240 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #F00204

Tints of Venetian Red #F00204

RGB

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

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

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

R = 97.56%
G = 0.81%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F00204 (or 0xF00204) is known color: Venetian Red. HEX triplet: F0, 02 and 04. RGB value is (240,2,4). Sum of RGB (Red+Green+Blue) = 240+2+4=246 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.56% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 240 - color contains mainly: red. Hex color #F00204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00204 is #0FFDFB. Grayscale: #494949. Windows color (decimal): -1048060 or 262896. OLE color: 262896.

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

Color convert

RGB 240 2 4 -
CMYK 0 0.99 0.98 0.06
HSL 359.5º 0.98% 0.47% -
HSV(B) 359.5º 0.99% 0.94% -
XYZ 35.98 18.58 1.8 -
YUV 73.39 88.85 246.84 -
System Red Green Blue C M Y K H S L
Decimal 240 2 4 0 0.99 0.98 0.06 359.5 0.98 0.47
Hex F0 2 4 0 63 62 6 167 62 2F
Octal 360 2 4 0 143 142 6 547 142 57
Binary 11110000 10 100 0 1100011 1100010 110 101100111 1100010 101111

Color Harmonies of #F00204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00204

Black with #F00204

Text Example


Text Example

White with #F00204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00204; }

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

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

background-color css

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

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

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

border-color css

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

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

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