Html Css Color HEX #F53204 Scarlet

📋 copy color: '#F53204'

red 245 ◦ green 50 ◦ blue 4

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

Shades of Scarlet #F53204

Tints of Scarlet #F53204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 81.94%
G = 16.72%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F53204 (or 0xF53204) is known color: Scarlet. HEX triplet: F5, 32 and 04. RGB value is (245,50,4). Sum of RGB (Red+Green+Blue) = 245+50+4=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F53204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53204 is #0ACDFB. Grayscale: #676767. Windows color (decimal): -708092 or 275189. OLE color: 275189.

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

Color convert

RGB 245 50 4 -
CMYK 0 0.80 0.98 0.04
HSL 11.45º 0.97% 0.49% -
HSV(B) 11.45º 0.98% 0.96% -
XYZ 38.82 21.7 2.26 -
YUV 103.06 72.1 229.24 -
System Red Green Blue C M Y K H S L
Decimal 245 50 4 0 0.80 0.98 0.04 11.45 0.97 0.49
Hex F5 32 4 0 50 62 4 B 61 31
Octal 365 62 4 0 120 142 4 13 141 61
Binary 11110101 110010 100 0 1010000 1100010 100 1011 1100001 110001

Color Harmonies of #F53204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53204

Black with #F53204

Text Example


Text Example

White with #F53204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53204; }

 p { color: rgb(245,50,4); }

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

background-color css

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

 a { background-color: rgb(245,50,4); }

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

border-color css

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

 span { border-color: rgb(245,50,4); }

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