Html Css Color HEX #F4030A Venetian Red

📋 copy color: '#F4030A'

red 244 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #F4030A

Tints of Venetian Red #F4030A

RGB

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

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

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

R = 94.94%
G = 1.17%
B = 3.89%

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

#F4030A (or 0xF4030A) is known color: Venetian Red. HEX triplet: F4, 03 and 0A. RGB value is (244,3,10). Sum of RGB (Red+Green+Blue) = 244+3+10=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F4030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4030A is #0BFCF5. Grayscale: #4C4C4C. Windows color (decimal): -785654 or 656372. OLE color: 656372.

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

Color convert

RGB 244 3 10 -
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.4 19.32 2.05 -
YUV 75.86 90.84 247.93 -
System Red Green Blue C M Y K H S L
Decimal 244 3 10 0 0.99 0.96 0.04 358.26 0.98 0.48
Hex F4 3 A 0 63 60 4 166 62 30
Octal 364 3 12 0 143 140 4 546 142 60
Binary 11110100 11 1010 0 1100011 1100000 100 101100110 1100010 110000

Color Harmonies of #F4030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4030A

Black with #F4030A

Text Example


Text Example

White with #F4030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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