Html Css Color HEX #F03515 Scarlet

📋 copy color: '#F03515'

red 240 ◦ green 53 ◦ blue 21

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

Shades of Scarlet #F03515

Tints of Scarlet #F03515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 76.43%
G = 16.88%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F03515 (or 0xF03515) is known color: Scarlet. HEX triplet: F0, 35 and 15. RGB value is (240,53,21). Sum of RGB (Red+Green+Blue) = 240+53+21=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03515 is #0FCAEA. Grayscale: #696969. Windows color (decimal): -1034987 or 1390064. OLE color: 1390064.

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

Color convert

RGB 240 53 21 -
CMYK 0 0.78 0.91 0.06
HSL 8.77º 0.88% 0.51% -
HSV(B) 8.77º 0.91% 0.94% -
XYZ 37.34 21.13 2.82 -
YUV 105.27 80.45 224.1 -
System Red Green Blue C M Y K H S L
Decimal 240 53 21 0 0.78 0.91 0.06 8.77 0.88 0.51
Hex F0 35 15 0 4E 5B 6 9 58 33
Octal 360 65 25 0 116 133 6 11 130 63
Binary 11110000 110101 10101 0 1001110 1011011 110 1001 1011000 110011

Color Harmonies of #F03515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03515

Black with #F03515

Text Example


Text Example

White with #F03515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03515; }

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

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

background-color css

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

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

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

border-color css

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

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

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