Html Css Color HEX #F53404 Scarlet

📋 copy color: '#F53404'

red 245 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F53404

Tints of Scarlet #F53404

RGB

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

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

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

R = 81.4%
G = 17.28%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F53404 (or 0xF53404) is known color: Scarlet. HEX triplet: F5, 34 and 04. RGB value is (245,52,4). Sum of RGB (Red+Green+Blue) = 245+52+4=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53404 is #0ACBFB. Grayscale: #686868. Windows color (decimal): -707580 or 275701. OLE color: 275701.

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

Color convert

RGB 245 52 4 -
CMYK 0 0.79 0.98 0.04
HSL 11.95º 0.97% 0.49% -
HSV(B) 11.95º 0.98% 0.96% -
XYZ 38.91 21.88 2.29 -
YUV 104.24 71.44 228.4 -
System Red Green Blue C M Y K H S L
Decimal 245 52 4 0 0.79 0.98 0.04 11.95 0.97 0.49
Hex F5 34 4 0 4F 62 4 C 61 31
Octal 365 64 4 0 117 142 4 14 141 61
Binary 11110101 110100 100 0 1001111 1100010 100 1100 1100001 110001

Color Harmonies of #F53404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53404

Black with #F53404

Text Example


Text Example

White with #F53404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53404; }

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

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

background-color css

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

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

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

border-color css

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

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

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