Html Css Color HEX #F03113 Scarlet

📋 copy color: '#F03113'

red 240 ◦ green 49 ◦ blue 19

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

Shades of Scarlet #F03113

Tints of Scarlet #F03113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 77.92%
G = 15.91%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03113 (or 0xF03113) is known color: Scarlet. HEX triplet: F0, 31 and 13. RGB value is (240,49,19). Sum of RGB (Red+Green+Blue) = 240+49+19=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F03113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03113 is #0FCEEC. Grayscale: #676767. Windows color (decimal): -1036013 or 1257968. OLE color: 1257968.

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

Color convert

RGB 240 49 19 -
CMYK 0 0.80 0.92 0.06
HSL 8.14º 0.88% 0.51% -
HSV(B) 8.14º 0.92% 0.94% -
XYZ 37.15 20.77 2.67 -
YUV 102.69 80.78 225.94 -
System Red Green Blue C M Y K H S L
Decimal 240 49 19 0 0.80 0.92 0.06 8.14 0.88 0.51
Hex F0 31 13 0 50 5C 6 8 58 33
Octal 360 61 23 0 120 134 6 10 130 63
Binary 11110000 110001 10011 0 1010000 1011100 110 1000 1011000 110011

Color Harmonies of #F03113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03113

Black with #F03113

Text Example


Text Example

White with #F03113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03113; }

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

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

background-color css

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

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

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

border-color css

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

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

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