Html Css Color HEX #F40507 Venetian Red

📋 copy color: '#F40507'

red 244 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #F40507

Tints of Venetian Red #F40507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 95.31%
G = 1.95%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F40507 (or 0xF40507) is known color: Venetian Red. HEX triplet: F4, 05 and 07. RGB value is (244,5,7). Sum of RGB (Red+Green+Blue) = 244+5+7=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40507 is #0BFAF8. Grayscale: #4C4C4C. Windows color (decimal): -785145 or 460276. OLE color: 460276.

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

Color convert

RGB 244 5 7 -
CMYK 0 0.98 0.97 0.04
HSL 359.5º 0.96% 0.49% -
HSV(B) 359.5º 0.98% 0.96% -
XYZ 37.4 19.36 1.97 -
YUV 76.69 88.68 247.34 -
System Red Green Blue C M Y K H S L
Decimal 244 5 7 0 0.98 0.97 0.04 359.5 0.96 0.49
Hex F4 5 7 0 62 61 4 167 60 31
Octal 364 5 7 0 142 141 4 547 140 61
Binary 11110100 101 111 0 1100010 1100001 100 101100111 1100000 110001

Color Harmonies of #F40507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40507

Black with #F40507

Text Example


Text Example

White with #F40507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40507; }

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

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

background-color css

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

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

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

border-color css

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

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

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