Html Css Color HEX #F53313 Scarlet

📋 copy color: '#F53313'

red 245 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F53313

Tints of Scarlet #F53313

RGB

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

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

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

R = 77.78%
G = 16.19%
B = 6.03%

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

#F53313 (or 0xF53313) is known color: Scarlet. HEX triplet: F5, 33 and 13. RGB value is (245,51,19). Sum of RGB (Red+Green+Blue) = 245+51+19=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F53313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53313 is #0ACCEC. Grayscale: #696969. Windows color (decimal): -707821 or 1258485. OLE color: 1258485.

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

Color convert

RGB 245 51 19 -
CMYK 0 0.79 0.92 0.04
HSL 8.5º 0.92% 0.52% -
HSV(B) 8.5º 0.92% 0.96% -
XYZ 38.96 21.83 2.78 -
YUV 105.36 79.27 227.6 -
System Red Green Blue C M Y K H S L
Decimal 245 51 19 0 0.79 0.92 0.04 8.5 0.92 0.52
Hex F5 33 13 0 4F 5C 4 8 5C 34
Octal 365 63 23 0 117 134 4 10 134 64
Binary 11110101 110011 10011 0 1001111 1011100 100 1000 1011100 110100

Color Harmonies of #F53313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53313

Black with #F53313

Text Example


Text Example

White with #F53313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53313; }

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

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

background-color css

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

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

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

border-color css

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

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

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