Html Css Color HEX #F03111 Scarlet

📋 copy color: '#F03111'

red 240 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #F03111

Tints of Scarlet #F03111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 78.43%
G = 16.01%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03111 (or 0xF03111) is known color: Scarlet. HEX triplet: F0, 31 and 11. RGB value is (240,49,17). Sum of RGB (Red+Green+Blue) = 240+49+17=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F03111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03111 is #0FCEEE. Grayscale: #666666. Windows color (decimal): -1036015 or 1126896. OLE color: 1126896.

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

Color convert

RGB 240 49 17 -
CMYK 0 0.80 0.93 0.06
HSL 8.61º 0.88% 0.5% -
HSV(B) 8.61º 0.93% 0.94% -
XYZ 37.13 20.76 2.58 -
YUV 102.46 79.78 226.1 -
System Red Green Blue C M Y K H S L
Decimal 240 49 17 0 0.80 0.93 0.06 8.61 0.88 0.5
Hex F0 31 11 0 50 5D 6 9 58 32
Octal 360 61 21 0 120 135 6 11 130 62
Binary 11110000 110001 10001 0 1010000 1011101 110 1001 1011000 110010

Color Harmonies of #F03111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03111

Black with #F03111

Text Example


Text Example

White with #F03111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03111; }

 p { color: rgb(240,49,17); }

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

background-color css

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

 a { background-color: rgb(240,49,17); }

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

border-color css

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

 span { border-color: rgb(240,49,17); }

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