Html Css Color HEX #F01910 Scarlet

📋 copy color: '#F01910'

red 240 ◦ green 25 ◦ blue 16

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

Shades of Scarlet #F01910

Tints of Scarlet #F01910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 85.41%
G = 8.9%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01910 (or 0xF01910) is known color: Scarlet. HEX triplet: F0, 19 and 10. RGB value is (240,25,16). Sum of RGB (Red+Green+Blue) = 240+25+16=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01910 is #0FE6EF. Grayscale: #585858. Windows color (decimal): -1042160 or 1055216. OLE color: 1055216.

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

Color convert

RGB 240 25 16 -
CMYK 0 0.90 0.93 0.06
HSL 2.41º 0.88% 0.5% -
HSV(B) 2.41º 0.93% 0.94% -
XYZ 36.38 19.26 2.29 -
YUV 88.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 240 25 16 0 0.90 0.93 0.06 2.41 0.88 0.5
Hex F0 19 10 0 5A 5D 6 2 58 32
Octal 360 31 20 0 132 135 6 2 130 62
Binary 11110000 11001 10000 0 1011010 1011101 110 10 1011000 110010

Color Harmonies of #F01910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01910

Black with #F01910

Text Example


Text Example

White with #F01910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01910; }

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

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

background-color css

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

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

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

border-color css

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

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

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