Html Css Color HEX #F03510 Scarlet

📋 copy color: '#F03510'

red 240 ◦ green 53 ◦ blue 16

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

Shades of Scarlet #F03510

Tints of Scarlet #F03510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 77.67%
G = 17.15%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03510 (or 0xF03510) is known color: Scarlet. HEX triplet: F0, 35 and 10. RGB value is (240,53,16). Sum of RGB (Red+Green+Blue) = 240+53+16=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03510 is #0FCAEF. Grayscale: #696969. Windows color (decimal): -1034992 or 1062384. OLE color: 1062384.

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

Color convert

RGB 240 53 16 -
CMYK 0 0.78 0.93 0.06
HSL 9.91º 0.88% 0.5% -
HSV(B) 9.91º 0.93% 0.94% -
XYZ 37.3 21.11 2.6 -
YUV 104.7 77.95 224.51 -
System Red Green Blue C M Y K H S L
Decimal 240 53 16 0 0.78 0.93 0.06 9.91 0.88 0.5
Hex F0 35 10 0 4E 5D 6 A 58 32
Octal 360 65 20 0 116 135 6 12 130 62
Binary 11110000 110101 10000 0 1001110 1011101 110 1010 1011000 110010

Color Harmonies of #F03510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03510

Black with #F03510

Text Example


Text Example

White with #F03510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03510; }

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

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

background-color css

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

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

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

border-color css

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

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

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