Html Css Color HEX #F84D1D Vermilion

📋 copy color: '#F84D1D'

red 248 ◦ green 77 ◦ blue 29

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

Shades of Vermilion #F84D1D

Tints of Vermilion #F84D1D

RGB

 RED value IS 248 (97.27% from 255) = 70.06%

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

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

R = 70.06%
G = 21.75%
B = 8.19%

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

#F84D1D (or 0xF84D1D) is known color: Vermilion. HEX triplet: F8, 4D and 1D. RGB value is (248,77,29). Sum of RGB (Red+Green+Blue) = 248+77+29=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D1D is #07B2E2. Grayscale: #7B7B7B. Windows color (decimal): -504547 or 1920504. OLE color: 1920504.

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

Color convert

RGB 248 77 29 -
CMYK 0 0.69 0.88 0.03
HSL 13.15º 0.94% 0.54% -
HSV(B) 13.15º 0.88% 0.97% -
XYZ 41.59 25.35 3.86 -
YUV 122.66 75.15 217.4 -
System Red Green Blue C M Y K H S L
Decimal 248 77 29 0 0.69 0.88 0.03 13.15 0.94 0.54
Hex F8 4D 1D 0 45 58 3 D 5E 36
Octal 370 115 35 0 105 130 3 15 136 66
Binary 11111000 1001101 11101 0 1000101 1011000 11 1101 1011110 110110

Color Harmonies of #F84D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D1D

Black with #F84D1D

Text Example


Text Example

White with #F84D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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