Html Css Color HEX #F01D10 Scarlet

📋 copy color: '#F01D10'

red 240 ◦ green 29 ◦ blue 16

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

Shades of Scarlet #F01D10

Tints of Scarlet #F01D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 84.21%
G = 10.18%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01D10 (or 0xF01D10) is known color: Scarlet. HEX triplet: F0, 1D and 10. RGB value is (240,29,16). Sum of RGB (Red+Green+Blue) = 240+29+16=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D10 is #0FE2EF. Grayscale: #5A5A5A. Windows color (decimal): -1041136 or 1056240. OLE color: 1056240.

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

Color convert

RGB 240 29 16 -
CMYK 0 0.88 0.93 0.06
HSL 3.48º 0.88% 0.5% -
HSV(B) 3.48º 0.93% 0.94% -
XYZ 36.47 19.44 2.32 -
YUV 90.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 240 29 16 0 0.88 0.93 0.06 3.48 0.88 0.5
Hex F0 1D 10 0 58 5D 6 3 58 32
Octal 360 35 20 0 130 135 6 3 130 62
Binary 11110000 11101 10000 0 1011000 1011101 110 11 1011000 110010

Color Harmonies of #F01D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D10

Black with #F01D10

Text Example


Text Example

White with #F01D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D10; }

 p { color: rgb(240,29,16); }

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

background-color css

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

 a { background-color: rgb(240,29,16); }

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

border-color css

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

 span { border-color: rgb(240,29,16); }

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