Html Css Color HEX #F53410 Scarlet

📋 copy color: '#F53410'

red 245 ◦ green 52 ◦ blue 16

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

Shades of Scarlet #F53410

Tints of Scarlet #F53410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 78.27%
G = 16.61%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F53410 (or 0xF53410) is known color: Scarlet. HEX triplet: F5, 34 and 10. RGB value is (245,52,16). Sum of RGB (Red+Green+Blue) = 245+52+16=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F53410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53410 is #0ACBEF. Grayscale: #696969. Windows color (decimal): -707568 or 1062133. OLE color: 1062133.

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

Color convert

RGB 245 52 16 -
CMYK 0 0.79 0.93 0.04
HSL 9.43º 0.92% 0.51% -
HSV(B) 9.43º 0.93% 0.96% -
XYZ 38.98 21.91 2.66 -
YUV 105.6 77.44 227.43 -
System Red Green Blue C M Y K H S L
Decimal 245 52 16 0 0.79 0.93 0.04 9.43 0.92 0.51
Hex F5 34 10 0 4F 5D 4 9 5C 33
Octal 365 64 20 0 117 135 4 11 134 63
Binary 11110101 110100 10000 0 1001111 1011101 100 1001 1011100 110011

Color Harmonies of #F53410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53410

Black with #F53410

Text Example


Text Example

White with #F53410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53410; }

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

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

background-color css

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

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

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

border-color css

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

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

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