Html Css Color HEX #F74D1A Vermilion

📋 copy color: '#F74D1A'

red 247 ◦ green 77 ◦ blue 26

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

Shades of Vermilion #F74D1A

Tints of Vermilion #F74D1A

RGB

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

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

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

R = 70.57%
G = 22%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F74D1A (or 0xF74D1A) is known color: Vermilion. HEX triplet: F7, 4D and 1A. RGB value is (247,77,26). Sum of RGB (Red+Green+Blue) = 247+77+26=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D1A is #08B2E5. Grayscale: #7A7A7A. Windows color (decimal): -570086 or 1723895. OLE color: 1723895.

HSL color Cylindrical-coordinate representation of color #F74D1A: hue angle of 13.85º 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 #F74D1A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 26 -
CMYK 0 0.69 0.89 0.03
HSL 13.85º 0.93% 0.54% -
HSV(B) 13.85º 0.89% 0.97% -
XYZ 41.2 25.16 3.66 -
YUV 122.02 73.82 217.15 -
System Red Green Blue C M Y K H S L
Decimal 247 77 26 0 0.69 0.89 0.03 13.85 0.93 0.54
Hex F7 4D 1A 0 45 59 3 E 5D 36
Octal 367 115 32 0 105 131 3 16 135 66
Binary 11110111 1001101 11010 0 1000101 1011001 11 1110 1011101 110110

Color Harmonies of #F74D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D1A

Black with #F74D1A

Text Example


Text Example

White with #F74D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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