Html Css Color HEX #F44A0F Vermilion

📋 copy color: '#F44A0F'

red 244 ◦ green 74 ◦ blue 15

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

Shades of Vermilion #F44A0F

Tints of Vermilion #F44A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 73.27%
G = 22.22%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F44A0F (or 0xF44A0F) is known color: Vermilion. HEX triplet: F4, 4A and 0F. RGB value is (244,74,15). Sum of RGB (Red+Green+Blue) = 244+74+15=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A0F is #0BB5F0. Grayscale: #767676. Windows color (decimal): -767473 or 1002228. OLE color: 1002228.

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

Color convert

RGB 244 74 15 -
CMYK 0 0.70 0.94 0.04
HSL 15.46º 0.91% 0.51% -
HSV(B) 15.46º 0.94% 0.96% -
XYZ 39.84 24.17 3.02 -
YUV 118.1 69.82 217.8 -
System Red Green Blue C M Y K H S L
Decimal 244 74 15 0 0.70 0.94 0.04 15.46 0.91 0.51
Hex F4 4A F 0 46 5E 4 F 5B 33
Octal 364 112 17 0 106 136 4 17 133 63
Binary 11110100 1001010 1111 0 1000110 1011110 100 1111 1011011 110011

Color Harmonies of #F44A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A0F

Black with #F44A0F

Text Example


Text Example

White with #F44A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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