Html Css Color HEX #F53108 Scarlet

📋 copy color: '#F53108'

red 245 ◦ green 49 ◦ blue 8

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

Shades of Scarlet #F53108

Tints of Scarlet #F53108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 8 (3.52% from 255) = 2.65%

R = 81.13%
G = 16.23%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F53108 (or 0xF53108) is known color: Scarlet. HEX triplet: F5, 31 and 08. RGB value is (245,49,8). Sum of RGB (Red+Green+Blue) = 245+49+8=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F53108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53108 is #0ACEF7. Grayscale: #676767. Windows color (decimal): -708344 or 537077. OLE color: 537077.

HSL color Cylindrical-coordinate representation of color #F53108: hue angle of 10.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F53108 is Cyan = 0, Magento = 0.8, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 8 -
CMYK 0 0.8 0.97 0.04
HSL 10.38º 0.94% 0.5% -
HSV(B) 10.38º 0.97% 0.96% -
XYZ 38.8 21.63 2.36 -
YUV 102.93 74.43 229.33 -
System Red Green Blue C M Y K H S L
Decimal 245 49 8 0 0.8 0.97 0.04 10.38 0.94 0.5
Hex F5 31 8 0 50 61 4 A 5E 32
Octal 365 61 10 0 120 141 4 12 136 62
Binary 11110101 110001 1000 0 1010000 1100001 100 1010 1011110 110010

Color Harmonies of #F53108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53108

Black with #F53108

Text Example


Text Example

White with #F53108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53108; }

 p { color: rgb(245,49,8); }

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

background-color css

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

 a { background-color: rgb(245,49,8); }

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

border-color css

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

 span { border-color: rgb(245,49,8); }

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