Html Css Color HEX #F53315 Scarlet

📋 copy color: '#F53315'

red 245 ◦ green 51 ◦ blue 21

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

Shades of Scarlet #F53315

Tints of Scarlet #F53315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 77.29%
G = 16.09%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F53315 (or 0xF53315) is known color: Scarlet. HEX triplet: F5, 33 and 15. RGB value is (245,51,21). Sum of RGB (Red+Green+Blue) = 245+51+21=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F53315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53315 is #0ACCEA. Grayscale: #696969. Windows color (decimal): -707819 or 1389557. OLE color: 1389557.

HSL color Cylindrical-coordinate representation of color #F53315: hue angle of 8.04º 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 #F53315 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 21 -
CMYK 0 0.79 0.91 0.04
HSL 8.04º 0.92% 0.52% -
HSV(B) 8.04º 0.91% 0.96% -
XYZ 38.98 21.83 2.87 -
YUV 105.59 80.27 227.44 -
System Red Green Blue C M Y K H S L
Decimal 245 51 21 0 0.79 0.91 0.04 8.04 0.92 0.52
Hex F5 33 15 0 4F 5B 4 8 5C 34
Octal 365 63 25 0 117 133 4 10 134 64
Binary 11110101 110011 10101 0 1001111 1011011 100 1000 1011100 110100

Color Harmonies of #F53315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53315

Black with #F53315

Text Example


Text Example

White with #F53315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53315; }

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

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

background-color css

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

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

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

border-color css

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

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

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