Html Css Color HEX #F03118 Scarlet

📋 copy color: '#F03118'

red 240 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #F03118

Tints of Scarlet #F03118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 76.68%
G = 15.65%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F03118 (or 0xF03118) is known color: Scarlet. HEX triplet: F0, 31 and 18. RGB value is (240,49,24). Sum of RGB (Red+Green+Blue) = 240+49+24=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03118 is #0FCEE7. Grayscale: #676767. Windows color (decimal): -1036008 or 1585648. OLE color: 1585648.

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

Color convert

RGB 240 49 24 -
CMYK 0 0.80 0.9 0.06
HSL 6.94º 0.88% 0.52% -
HSV(B) 6.94º 0.9% 0.94% -
XYZ 37.2 20.79 2.92 -
YUV 103.26 83.28 225.53 -
System Red Green Blue C M Y K H S L
Decimal 240 49 24 0 0.80 0.9 0.06 6.94 0.88 0.52
Hex F0 31 18 0 50 5A 6 7 58 34
Octal 360 61 30 0 120 132 6 7 130 64
Binary 11110000 110001 11000 0 1010000 1011010 110 111 1011000 110100

Color Harmonies of #F03118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03118

Black with #F03118

Text Example


Text Example

White with #F03118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03118; }

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

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

background-color css

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

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

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

border-color css

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

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

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