Html Css Color HEX #F03514 Scarlet

📋 copy color: '#F03514'

red 240 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #F03514

Tints of Scarlet #F03514

RGB

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

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

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

R = 76.68%
G = 16.93%
B = 6.39%

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

#F03514 (or 0xF03514) is known color: Scarlet. HEX triplet: F0, 35 and 14. RGB value is (240,53,20). Sum of RGB (Red+Green+Blue) = 240+53+20=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03514 is #0FCAEB. Grayscale: #696969. Windows color (decimal): -1034988 or 1324528. OLE color: 1324528.

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

Color convert

RGB 240 53 20 -
CMYK 0 0.78 0.92 0.06
HSL 0.88% 0.51% -
HSV(B) 0.92% 0.94% -
XYZ 37.33 21.12 2.77 -
YUV 105.15 79.95 224.18 -
System Red Green Blue C M Y K H S L
Decimal 240 53 20 0 0.78 0.92 0.06 9 0.88 0.51
Hex F0 35 14 0 4E 5C 6 9 58 33
Octal 360 65 24 0 116 134 6 11 130 63
Binary 11110000 110101 10100 0 1001110 1011100 110 1001 1011000 110011

Color Harmonies of #F03514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03514

Black with #F03514

Text Example


Text Example

White with #F03514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03514; }

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

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

background-color css

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

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

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

border-color css

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

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

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