Html Css Color HEX #F74D1D Vermilion

📋 copy color: '#F74D1D'

red 247 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #F74D1D

Tints of Vermilion #F74D1D

RGB

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

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

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

R = 69.97%
G = 21.81%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F74D1D (or 0xF74D1D) is known color: Vermilion. HEX triplet: F7, 4D and 1D. RGB value is (247,77,29). Sum of RGB (Red+Green+Blue) = 247+77+29=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D1D is #08B2E2. Grayscale: #7A7A7A. Windows color (decimal): -570083 or 1920503. OLE color: 1920503.

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

Color convert

RGB 247 77 29 -
CMYK 0 0.69 0.88 0.03
HSL 13.21º 0.93% 0.54% -
HSV(B) 13.21º 0.88% 0.97% -
XYZ 41.23 25.17 3.85 -
YUV 122.36 75.32 216.9 -
System Red Green Blue C M Y K H S L
Decimal 247 77 29 0 0.69 0.88 0.03 13.21 0.93 0.54
Hex F7 4D 1D 0 45 58 3 D 5D 36
Octal 367 115 35 0 105 130 3 15 135 66
Binary 11110111 1001101 11101 0 1000101 1011000 11 1101 1011101 110110

Color Harmonies of #F74D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D1D

Black with #F74D1D

Text Example


Text Example

White with #F74D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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