Html Css Color HEX #F54C1B Vermilion

📋 copy color: '#F54C1B'

red 245 ◦ green 76 ◦ blue 27

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

Shades of Vermilion #F54C1B

Tints of Vermilion #F54C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 70.4%
G = 21.84%
B = 7.76%

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

#F54C1B (or 0xF54C1B) is known color: Vermilion. HEX triplet: F5, 4C and 1B. RGB value is (245,76,27). Sum of RGB (Red+Green+Blue) = 245+76+27=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C1B is #0AB3E4. Grayscale: #797979. Windows color (decimal): -701413 or 1789173. OLE color: 1789173.

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

Color convert

RGB 245 76 27 -
CMYK 0 0.69 0.89 0.04
HSL 13.49º 0.92% 0.53% -
HSV(B) 13.49º 0.89% 0.96% -
XYZ 40.44 24.66 3.67 -
YUV 120.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 245 76 27 0 0.69 0.89 0.04 13.49 0.92 0.53
Hex F5 4C 1B 0 45 59 4 D 5C 35
Octal 365 114 33 0 105 131 4 15 134 65
Binary 11110101 1001100 11011 0 1000101 1011001 100 1101 1011100 110101

Color Harmonies of #F54C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C1B

Black with #F54C1B

Text Example


Text Example

White with #F54C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C1B; }

 p { color: rgb(245,76,27); }

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

background-color css

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

 a { background-color: rgb(245,76,27); }

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

border-color css

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

 span { border-color: rgb(245,76,27); }

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