Html Css Color HEX #F44D1D Vermilion

📋 copy color: '#F44D1D'

red 244 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #F44D1D

Tints of Vermilion #F44D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 69.71%
G = 22%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F44D1D (or 0xF44D1D) is known color: Vermilion. HEX triplet: F4, 4D and 1D. RGB value is (244,77,29). Sum of RGB (Red+Green+Blue) = 244+77+29=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44D1D is #0BB2E2. Grayscale: #797979. Windows color (decimal): -766691 or 1920500. OLE color: 1920500.

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

Color convert

RGB 244 77 29 -
CMYK 0 0.68 0.88 0.04
HSL 13.4º 0.91% 0.54% -
HSV(B) 13.4º 0.88% 0.96% -
XYZ 40.18 24.63 3.8 -
YUV 121.46 75.83 215.4 -
System Red Green Blue C M Y K H S L
Decimal 244 77 29 0 0.68 0.88 0.04 13.4 0.91 0.54
Hex F4 4D 1D 0 44 58 4 D 5B 36
Octal 364 115 35 0 104 130 4 15 133 66
Binary 11110100 1001101 11101 0 1000100 1011000 100 1101 1011011 110110

Color Harmonies of #F44D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D1D

Black with #F44D1D

Text Example


Text Example

White with #F44D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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