Html Css Color HEX #F53614 Scarlet

📋 copy color: '#F53614'

red 245 ◦ green 54 ◦ blue 20

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

Shades of Scarlet #F53614

Tints of Scarlet #F53614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 76.8%
G = 16.93%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F53614 (or 0xF53614) is known color: Scarlet. HEX triplet: F5, 36 and 14. RGB value is (245,54,20). Sum of RGB (Red+Green+Blue) = 245+54+20=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F53614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53614 is #0AC9EB. Grayscale: #6B6B6B. Windows color (decimal): -707052 or 1324789. OLE color: 1324789.

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

Color convert

RGB 245 54 20 -
CMYK 0 0.78 0.92 0.04
HSL 9.07º 0.92% 0.52% -
HSV(B) 9.07º 0.92% 0.96% -
XYZ 39.1 22.1 2.87 -
YUV 107.23 78.78 226.26 -
System Red Green Blue C M Y K H S L
Decimal 245 54 20 0 0.78 0.92 0.04 9.07 0.92 0.52
Hex F5 36 14 0 4E 5C 4 9 5C 34
Octal 365 66 24 0 116 134 4 11 134 64
Binary 11110101 110110 10100 0 1001110 1011100 100 1001 1011100 110100

Color Harmonies of #F53614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53614

Black with #F53614

Text Example


Text Example

White with #F53614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53614; }

 p { color: rgb(245,54,20); }

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

background-color css

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

 a { background-color: rgb(245,54,20); }

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

border-color css

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

 span { border-color: rgb(245,54,20); }

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