Html Css Color HEX #F03615 Scarlet

📋 copy color: '#F03615'

red 240 ◦ green 54 ◦ blue 21

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

Shades of Scarlet #F03615

Tints of Scarlet #F03615

RGB

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

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

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

R = 76.19%
G = 17.14%
B = 6.67%

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

#F03615 (or 0xF03615) is known color: Scarlet. HEX triplet: F0, 36 and 15. RGB value is (240,54,21). Sum of RGB (Red+Green+Blue) = 240+54+21=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F03615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03615 is #0FC9EA. Grayscale: #6A6A6A. Windows color (decimal): -1034731 or 1390320. OLE color: 1390320.

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

Color convert

RGB 240 54 21 -
CMYK 0 0.78 0.91 0.06
HSL 9.04º 0.88% 0.51% -
HSV(B) 9.04º 0.91% 0.94% -
XYZ 37.39 21.22 2.83 -
YUV 105.85 80.12 223.68 -
System Red Green Blue C M Y K H S L
Decimal 240 54 21 0 0.78 0.91 0.06 9.04 0.88 0.51
Hex F0 36 15 0 4E 5B 6 9 58 33
Octal 360 66 25 0 116 133 6 11 130 63
Binary 11110000 110110 10101 0 1001110 1011011 110 1001 1011000 110011

Color Harmonies of #F03615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03615

Black with #F03615

Text Example


Text Example

White with #F03615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03615; }

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

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

background-color css

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

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

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

border-color css

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

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

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