Html Css Color HEX #F74D0D Vermilion

📋 copy color: '#F74D0D'

red 247 ◦ green 77 ◦ blue 13

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

Shades of Vermilion #F74D0D

Tints of Vermilion #F74D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 73.29%
G = 22.85%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F74D0D (or 0xF74D0D) is known color: Vermilion. HEX triplet: F7, 4D and 0D. RGB value is (247,77,13). Sum of RGB (Red+Green+Blue) = 247+77+13=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D0D is #08B2F2. Grayscale: #787878. Windows color (decimal): -570099 or 871927. OLE color: 871927.

HSL color Cylindrical-coordinate representation of color #F74D0D: hue angle of 16.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F74D0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 13 -
CMYK 0 0.69 0.95 0.03
HSL 16.41º 0.94% 0.51% -
HSV(B) 16.41º 0.95% 0.97% -
XYZ 41.08 25.11 3.06 -
YUV 120.53 67.32 218.2 -
System Red Green Blue C M Y K H S L
Decimal 247 77 13 0 0.69 0.95 0.03 16.41 0.94 0.51
Hex F7 4D D 0 45 5F 3 10 5E 33
Octal 367 115 15 0 105 137 3 20 136 63
Binary 11110111 1001101 1101 0 1000101 1011111 11 10000 1011110 110011

Color Harmonies of #F74D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D0D

Black with #F74D0D

Text Example


Text Example

White with #F74D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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