Html Css Color HEX #F40309 Venetian Red

📋 copy color: '#F40309'

red 244 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #F40309

Tints of Venetian Red #F40309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 95.31%
G = 1.17%
B = 3.52%

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

#F40309 (or 0xF40309) is known color: Venetian Red. HEX triplet: F4, 03 and 09. RGB value is (244,3,9). Sum of RGB (Red+Green+Blue) = 244+3+9=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40309 is #0BFCF6. Grayscale: #4B4B4B. Windows color (decimal): -785655 or 590836. OLE color: 590836.

HSL color Cylindrical-coordinate representation of color #F40309: hue angle of 358.51º 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 #F40309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 3 9 -
CMYK 0 0.99 0.96 0.04
HSL 358.51º 0.98% 0.48% -
HSV(B) 358.51º 0.99% 0.96% -
XYZ 37.39 19.32 2.02 -
YUV 75.74 90.34 248.01 -
System Red Green Blue C M Y K H S L
Decimal 244 3 9 0 0.99 0.96 0.04 358.51 0.98 0.48
Hex F4 3 9 0 63 60 4 167 62 30
Octal 364 3 11 0 143 140 4 547 142 60
Binary 11110100 11 1001 0 1100011 1100000 100 101100111 1100010 110000

Color Harmonies of #F40309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40309

Black with #F40309

Text Example


Text Example

White with #F40309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40309; }

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

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

background-color css

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

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

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

border-color css

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

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

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