Html Css Color HEX #F4000A Venetian Red

📋 copy color: '#F4000A'

red 244 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #F4000A

Tints of Venetian Red #F4000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.06%
G = 0%
B = 3.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F4000A (or 0xF4000A) is known color: Venetian Red. HEX triplet: F4, 00 and 0A. RGB value is (244,0,10). Sum of RGB (Red+Green+Blue) = 244+0+10=254 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.06% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 244 - color contains mainly: red. Hex color #F4000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4000A is #0BFFF5. Grayscale: #4A4A4A. Windows color (decimal): -786422 or 655604. OLE color: 655604.

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

Color convert

RGB 244 0 10 -
CMYK 0 1 0.96 0.04
HSL 357.54º 1% 0.48% -
HSV(B) 357.54º 1% 0.96% -
XYZ 37.36 19.26 2.03 -
YUV 74.1 91.84 249.19 -
System Red Green Blue C M Y K H S L
Decimal 244 0 10 0 1 0.96 0.04 357.54 1 0.48
Hex F4 0 A 0 64 60 4 166 64 30
Octal 364 0 12 0 144 140 4 546 144 60
Binary 11110100 0 1010 0 1100100 1100000 100 101100110 1100100 110000

Color Harmonies of #F4000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4000A

Black with #F4000A

Text Example


Text Example

White with #F4000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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