Html Css Color HEX #F40107 Venetian Red

📋 copy color: '#F40107'

red 244 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #F40107

Tints of Venetian Red #F40107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 96.83%
G = 0.4%
B = 2.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F40107 (or 0xF40107) is known color: Venetian Red. HEX triplet: F4, 01 and 07. RGB value is (244,1,7). Sum of RGB (Red+Green+Blue) = 244+1+7=252 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.83% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 244 - color contains mainly: red. Hex color #F40107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40107 is #0BFEF8. Grayscale: #4A4A4A. Windows color (decimal): -786169 or 459252. OLE color: 459252.

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

Color convert

RGB 244 1 7 -
CMYK 0 1.00 0.97 0.04
HSL 358.52º 0.99% 0.48% -
HSV(B) 358.52º 1% 0.96% -
XYZ 37.36 19.27 1.95 -
YUV 74.34 90.01 249.01 -
System Red Green Blue C M Y K H S L
Decimal 244 1 7 0 1.00 0.97 0.04 358.52 0.99 0.48
Hex F4 1 7 0 64 61 4 167 63 30
Octal 364 1 7 0 144 141 4 547 143 60
Binary 11110100 1 111 0 1100100 1100001 100 101100111 1100011 110000

Color Harmonies of #F40107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40107

Black with #F40107

Text Example


Text Example

White with #F40107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40107; }

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

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

background-color css

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

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

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

border-color css

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

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

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