Html Css Color HEX #F0310C Scarlet

📋 copy color: '#F0310C'

red 240 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #F0310C

Tints of Scarlet #F0310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 79.73%
G = 16.28%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0310C (or 0xF0310C) is known color: Scarlet. HEX triplet: F0, 31 and 0C. RGB value is (240,49,12). Sum of RGB (Red+Green+Blue) = 240+49+12=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0310C is #0FCEF3. Grayscale: #666666. Windows color (decimal): -1036020 or 799216. OLE color: 799216.

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

Color convert

RGB 240 49 12 -
CMYK 0 0.80 0.95 0.06
HSL 9.74º 0.9% 0.49% -
HSV(B) 9.74º 0.95% 0.94% -
XYZ 37.1 20.75 2.4 -
YUV 101.89 77.28 226.51 -
System Red Green Blue C M Y K H S L
Decimal 240 49 12 0 0.80 0.95 0.06 9.74 0.9 0.49
Hex F0 31 C 0 50 5F 6 A 5A 31
Octal 360 61 14 0 120 137 6 12 132 61
Binary 11110000 110001 1100 0 1010000 1011111 110 1010 1011010 110001

Color Harmonies of #F0310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0310C

Black with #F0310C

Text Example


Text Example

White with #F0310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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