Html Css Color HEX #F03513 Scarlet

📋 copy color: '#F03513'

red 240 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #F03513

Tints of Scarlet #F03513

RGB

 RED value IS 240 (94.14% from 255) = 76.92%

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 76.92%
G = 16.99%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03513 (or 0xF03513) is known color: Scarlet. HEX triplet: F0, 35 and 13. RGB value is (240,53,19). Sum of RGB (Red+Green+Blue) = 240+53+19=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03513 is #0FCAEC. Grayscale: #696969. Windows color (decimal): -1034989 or 1258992. OLE color: 1258992.

HSL color Cylindrical-coordinate representation of color #F03513: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F03513 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 19 -
CMYK 0 0.78 0.92 0.06
HSL 9.23º 0.88% 0.51% -
HSV(B) 9.23º 0.92% 0.94% -
XYZ 37.33 21.12 2.73 -
YUV 105.04 79.45 224.26 -
System Red Green Blue C M Y K H S L
Decimal 240 53 19 0 0.78 0.92 0.06 9.23 0.88 0.51
Hex F0 35 13 0 4E 5C 6 9 58 33
Octal 360 65 23 0 116 134 6 11 130 63
Binary 11110000 110101 10011 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03513

Black with #F03513

Text Example


Text Example

White with #F03513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03513; }

 p { color: rgb(240,53,19); }

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

background-color css

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

 a { background-color: rgb(240,53,19); }

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

border-color css

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

 span { border-color: rgb(240,53,19); }

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