Html Css Color HEX #F53413 Scarlet

📋 copy color: '#F53413'

red 245 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #F53413

Tints of Scarlet #F53413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 77.53%
G = 16.46%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F53413 (or 0xF53413) is known color: Scarlet. HEX triplet: F5, 34 and 13. RGB value is (245,52,19). Sum of RGB (Red+Green+Blue) = 245+52+19=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F53413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53413 is #0ACBEC. Grayscale: #6A6A6A. Windows color (decimal): -707565 or 1258741. OLE color: 1258741.

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

Color convert

RGB 245 52 19 -
CMYK 0 0.79 0.92 0.04
HSL 8.76º 0.92% 0.52% -
HSV(B) 8.76º 0.92% 0.96% -
XYZ 39 21.92 2.79 -
YUV 105.95 78.94 227.18 -
System Red Green Blue C M Y K H S L
Decimal 245 52 19 0 0.79 0.92 0.04 8.76 0.92 0.52
Hex F5 34 13 0 4F 5C 4 9 5C 34
Octal 365 64 23 0 117 134 4 11 134 64
Binary 11110101 110100 10011 0 1001111 1011100 100 1001 1011100 110100

Color Harmonies of #F53413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53413

Black with #F53413

Text Example


Text Example

White with #F53413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53413; }

 p { color: rgb(245,52,19); }

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

background-color css

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

 a { background-color: rgb(245,52,19); }

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

border-color css

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

 span { border-color: rgb(245,52,19); }

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