Html Css Color HEX #F74F1C Vermilion

📋 copy color: '#F74F1C'

red 247 ◦ green 79 ◦ blue 28

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

Shades of Vermilion #F74F1C

Tints of Vermilion #F74F1C

RGB

 RED value IS 247 (96.88% from 255) = 69.77%

 GREEN value IS 79 (31.25% from 255) = 22.32%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 69.77%
G = 22.32%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F74F1C (or 0xF74F1C) is known color: Vermilion. HEX triplet: F7, 4F and 1C. RGB value is (247,79,28). Sum of RGB (Red+Green+Blue) = 247+79+28=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74F1C is #08B0E3. Grayscale: #7B7B7B. Windows color (decimal): -569572 or 1855479. OLE color: 1855479.

HSL color Cylindrical-coordinate representation of color #F74F1C: hue angle of 13.97º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F74F1C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 28 -
CMYK 0 0.68 0.89 0.03
HSL 13.97º 0.93% 0.54% -
HSV(B) 13.97º 0.89% 0.97% -
XYZ 41.36 25.45 3.83 -
YUV 123.42 74.16 216.15 -
System Red Green Blue C M Y K H S L
Decimal 247 79 28 0 0.68 0.89 0.03 13.97 0.93 0.54
Hex F7 4F 1C 0 44 59 3 E 5D 36
Octal 367 117 34 0 104 131 3 16 135 66
Binary 11110111 1001111 11100 0 1000100 1011001 11 1110 1011101 110110

Color Harmonies of #F74F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F1C

Black with #F74F1C

Text Example


Text Example

White with #F74F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F1C; }

 p { color: rgb(247,79,28); }

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

background-color css

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

 a { background-color: rgb(247,79,28); }

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

border-color css

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

 span { border-color: rgb(247,79,28); }

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