Html Css Color HEX #F40209 Venetian Red

📋 copy color: '#F40209'

red 244 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #F40209

Tints of Venetian Red #F40209

RGB

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

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

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

R = 95.69%
G = 0.78%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F40209 (or 0xF40209) is known color: Venetian Red. HEX triplet: F4, 02 and 09. RGB value is (244,2,9). Sum of RGB (Red+Green+Blue) = 244+2+9=255 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.69% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 244 - color contains mainly: red. Hex color #F40209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40209 is #0BFDF6. Grayscale: #4B4B4B. Windows color (decimal): -785911 or 590580. OLE color: 590580.

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

Color convert

RGB 244 2 9 -
CMYK 0 0.99 0.96 0.04
HSL 358.26º 0.98% 0.48% -
HSV(B) 358.26º 0.99% 0.96% -
XYZ 37.38 19.3 2.01 -
YUV 75.16 90.67 248.43 -
System Red Green Blue C M Y K H S L
Decimal 244 2 9 0 0.99 0.96 0.04 358.26 0.98 0.48
Hex F4 2 9 0 63 60 4 166 62 30
Octal 364 2 11 0 143 140 4 546 142 60
Binary 11110100 10 1001 0 1100011 1100000 100 101100110 1100010 110000

Color Harmonies of #F40209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40209

Black with #F40209

Text Example


Text Example

White with #F40209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40209; }

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

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

background-color css

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

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

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

border-color css

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

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

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