Html Css Color HEX #F5180F Scarlet

📋 copy color: '#F5180F'

red 245 ◦ green 24 ◦ blue 15

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

Shades of Scarlet #F5180F

Tints of Scarlet #F5180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 86.27%
G = 8.45%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5180F (or 0xF5180F) is known color: Scarlet. HEX triplet: F5, 18 and 0F. RGB value is (245,24,15). Sum of RGB (Red+Green+Blue) = 245+24+15=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F5180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5180F is #0AE7F0. Grayscale: #595959. Windows color (decimal): -714737 or 989429. OLE color: 989429.

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

Color convert

RGB 245 24 15 -
CMYK 0 0.90 0.94 0.04
HSL 2.35º 0.92% 0.51% -
HSV(B) 2.35º 0.94% 0.96% -
XYZ 38.07 20.1 2.33 -
YUV 89.05 86.22 239.23 -
System Red Green Blue C M Y K H S L
Decimal 245 24 15 0 0.90 0.94 0.04 2.35 0.92 0.51
Hex F5 18 F 0 5A 5E 4 2 5C 33
Octal 365 30 17 0 132 136 4 2 134 63
Binary 11110101 11000 1111 0 1011010 1011110 100 10 1011100 110011

Color Harmonies of #F5180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5180F

Black with #F5180F

Text Example


Text Example

White with #F5180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5180F; }

 p { color: rgb(245,24,15); }

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

background-color css

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

 a { background-color: rgb(245,24,15); }

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

border-color css

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

 span { border-color: rgb(245,24,15); }

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