Html Css Color HEX #F4080A Venetian Red

📋 copy color: '#F4080A'

red 244 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #F4080A

Tints of Venetian Red #F4080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 93.13%
G = 3.05%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F4080A (or 0xF4080A) is known color: Venetian Red. HEX triplet: F4, 08 and 0A. RGB value is (244,8,10). Sum of RGB (Red+Green+Blue) = 244+8+10=262 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.13% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 244 - color contains mainly: red. Hex color #F4080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4080A is #0BF7F5. Grayscale: #4F4F4F. Windows color (decimal): -784374 or 657652. OLE color: 657652.

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

Color convert

RGB 244 8 10 -
CMYK 0 0.97 0.96 0.04
HSL 359.49º 0.94% 0.49% -
HSV(B) 359.49º 0.97% 0.96% -
XYZ 37.45 19.43 2.06 -
YUV 78.79 89.19 245.84 -
System Red Green Blue C M Y K H S L
Decimal 244 8 10 0 0.97 0.96 0.04 359.49 0.94 0.49
Hex F4 8 A 0 61 60 4 167 5E 31
Octal 364 10 12 0 141 140 4 547 136 61
Binary 11110100 1000 1010 0 1100001 1100000 100 101100111 1011110 110001

Color Harmonies of #F4080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4080A

Black with #F4080A

Text Example


Text Example

White with #F4080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4080A; }

 p { color: rgb(244,8,10); }

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

background-color css

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

 a { background-color: rgb(244,8,10); }

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

border-color css

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

 span { border-color: rgb(244,8,10); }

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