Html Css Color HEX #F53015 Scarlet

📋 copy color: '#F53015'

red 245 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #F53015

Tints of Scarlet #F53015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 78.03%
G = 15.29%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F53015 (or 0xF53015) is known color: Scarlet. HEX triplet: F5, 30 and 15. RGB value is (245,48,21). Sum of RGB (Red+Green+Blue) = 245+48+21=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F53015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53015 is #0ACFEA. Grayscale: #686868. Windows color (decimal): -708587 or 1388789. OLE color: 1388789.

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

Color convert

RGB 245 48 21 -
CMYK 0 0.80 0.91 0.04
HSL 7.23º 0.92% 0.52% -
HSV(B) 7.23º 0.91% 0.96% -
XYZ 38.85 21.58 2.83 -
YUV 103.83 81.27 228.7 -
System Red Green Blue C M Y K H S L
Decimal 245 48 21 0 0.80 0.91 0.04 7.23 0.92 0.52
Hex F5 30 15 0 50 5B 4 7 5C 34
Octal 365 60 25 0 120 133 4 7 134 64
Binary 11110101 110000 10101 0 1010000 1011011 100 111 1011100 110100

Color Harmonies of #F53015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53015

Black with #F53015

Text Example


Text Example

White with #F53015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53015; }

 p { color: rgb(245,48,21); }

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

background-color css

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

 a { background-color: rgb(245,48,21); }

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

border-color css

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

 span { border-color: rgb(245,48,21); }

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