Html Css Color HEX #F54D1C Vermilion

📋 copy color: '#F54D1C'

red 245 ◦ green 77 ◦ blue 28

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

Shades of Vermilion #F54D1C

Tints of Vermilion #F54D1C

RGB

 RED value IS 245 (96.09% from 255) = 70%

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

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

R = 70%
G = 22%
B = 8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F54D1C (or 0xF54D1C) is known color: Vermilion. HEX triplet: F5, 4D and 1C. RGB value is (245,77,28). Sum of RGB (Red+Green+Blue) = 245+77+28=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D1C is #0AB2E3. Grayscale: #7A7A7A. Windows color (decimal): -701156 or 1854965. OLE color: 1854965.

HSL color Cylindrical-coordinate representation of color #F54D1C: hue angle of 13.55º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F54D1C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 77 28 -
CMYK 0 0.69 0.89 0.04
HSL 13.55º 0.92% 0.54% -
HSV(B) 13.55º 0.89% 0.96% -
XYZ 40.52 24.8 3.75 -
YUV 121.65 75.16 215.98 -
System Red Green Blue C M Y K H S L
Decimal 245 77 28 0 0.69 0.89 0.04 13.55 0.92 0.54
Hex F5 4D 1C 0 45 59 4 E 5C 36
Octal 365 115 34 0 105 131 4 16 134 66
Binary 11110101 1001101 11100 0 1000101 1011001 100 1110 1011100 110110

Color Harmonies of #F54D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D1C

Black with #F54D1C

Text Example


Text Example

White with #F54D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D1C; }

 p { color: rgb(245,77,28); }

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

background-color css

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

 a { background-color: rgb(245,77,28); }

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

border-color css

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

 span { border-color: rgb(245,77,28); }

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