Html Css Color HEX #F40109 Venetian Red

📋 copy color: '#F40109'

red 244 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #F40109

Tints of Venetian Red #F40109

RGB

 RED value IS 244 (95.7% from 255) = 96.06%

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

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 96.06%
G = 0.39%
B = 3.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F40109 (or 0xF40109) is known color: Venetian Red. HEX triplet: F4, 01 and 09. RGB value is (244,1,9). Sum of RGB (Red+Green+Blue) = 244+1+9=254 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.06% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 244 - color contains mainly: red. Hex color #F40109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40109 is #0BFEF6. Grayscale: #4A4A4A. Windows color (decimal): -786167 or 590324. OLE color: 590324.

HSL color Cylindrical-coordinate representation of color #F40109: hue angle of 358.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 9 -
CMYK 0 1.00 0.96 0.04
HSL 358.02º 0.99% 0.48% -
HSV(B) 358.02º 1% 0.96% -
XYZ 37.37 19.27 2.01 -
YUV 74.57 91.01 248.85 -
System Red Green Blue C M Y K H S L
Decimal 244 1 9 0 1.00 0.96 0.04 358.02 0.99 0.48
Hex F4 1 9 0 64 60 4 166 63 30
Octal 364 1 11 0 144 140 4 546 143 60
Binary 11110100 1 1001 0 1100100 1100000 100 101100110 1100011 110000

Color Harmonies of #F40109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40109

Black with #F40109

Text Example


Text Example

White with #F40109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40109; }

 p { color: rgb(244,1,9); }

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

background-color css

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

 a { background-color: rgb(244,1,9); }

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

border-color css

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

 span { border-color: rgb(244,1,9); }

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