Html Css Color HEX #F44D1A Vermilion

📋 copy color: '#F44D1A'

red 244 ◦ green 77 ◦ blue 26

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

Shades of Vermilion #F44D1A

Tints of Vermilion #F44D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 70.32%
G = 22.19%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F44D1A (or 0xF44D1A) is known color: Vermilion. HEX triplet: F4, 4D and 1A. RGB value is (244,77,26). Sum of RGB (Red+Green+Blue) = 244+77+26=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44D1A is #0BB2E5. Grayscale: #797979. Windows color (decimal): -766694 or 1723892. OLE color: 1723892.

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

Color convert

RGB 244 77 26 -
CMYK 0 0.68 0.89 0.04
HSL 14.04º 0.91% 0.53% -
HSV(B) 14.04º 0.89% 0.96% -
XYZ 40.15 24.62 3.61 -
YUV 121.12 74.33 215.65 -
System Red Green Blue C M Y K H S L
Decimal 244 77 26 0 0.68 0.89 0.04 14.04 0.91 0.53
Hex F4 4D 1A 0 44 59 4 E 5B 35
Octal 364 115 32 0 104 131 4 16 133 65
Binary 11110100 1001101 11010 0 1000100 1011001 100 1110 1011011 110101

Color Harmonies of #F44D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D1A

Black with #F44D1A

Text Example


Text Example

White with #F44D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D1A; }

 p { color: rgb(244,77,26); }

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

background-color css

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

 a { background-color: rgb(244,77,26); }

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

border-color css

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

 span { border-color: rgb(244,77,26); }

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