Html Css Color HEX #F44A07 Vermilion

📋 copy color: '#F44A07'

red 244 ◦ green 74 ◦ blue 7

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

Shades of Vermilion #F44A07

Tints of Vermilion #F44A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

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

R = 75.08%
G = 22.77%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F44A07 (or 0xF44A07) is known color: Vermilion. HEX triplet: F4, 4A and 07. RGB value is (244,74,7). Sum of RGB (Red+Green+Blue) = 244+74+7=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A07 is #0BB5F8. Grayscale: #757575. Windows color (decimal): -767481 or 477940. OLE color: 477940.

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

Color convert

RGB 244 74 7 -
CMYK 0 0.70 0.97 0.04
HSL 16.96º 0.94% 0.49% -
HSV(B) 16.96º 0.97% 0.96% -
XYZ 39.8 24.15 2.76 -
YUV 117.19 65.82 218.45 -
System Red Green Blue C M Y K H S L
Decimal 244 74 7 0 0.70 0.97 0.04 16.96 0.94 0.49
Hex F4 4A 7 0 46 61 4 11 5E 31
Octal 364 112 7 0 106 141 4 21 136 61
Binary 11110100 1001010 111 0 1000110 1100001 100 10001 1011110 110001

Color Harmonies of #F44A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A07

Black with #F44A07

Text Example


Text Example

White with #F44A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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