Html Css Color HEX #F01411 Scarlet

📋 copy color: '#F01411'

red 240 ◦ green 20 ◦ blue 17

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

Shades of Scarlet #F01411

Tints of Scarlet #F01411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 86.64%
G = 7.22%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01411 (or 0xF01411) is known color: Scarlet. HEX triplet: F0, 14 and 11. RGB value is (240,20,17). Sum of RGB (Red+Green+Blue) = 240+20+17=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F01411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01411 is #0FEBEE. Grayscale: #555555. Windows color (decimal): -1043439 or 1119472. OLE color: 1119472.

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

Color convert

RGB 240 20 17 -
CMYK 0 0.92 0.93 0.06
HSL 0.81º 0.88% 0.5% -
HSV(B) 0.81º 0.93% 0.94% -
XYZ 36.29 19.07 2.3 -
YUV 85.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 240 20 17 0 0.92 0.93 0.06 0.81 0.88 0.5
Hex F0 14 11 0 5C 5D 6 1 58 32
Octal 360 24 21 0 134 135 6 1 130 62
Binary 11110000 10100 10001 0 1011100 1011101 110 1 1011000 110010

Color Harmonies of #F01411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01411

Black with #F01411

Text Example


Text Example

White with #F01411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01411; }

 p { color: rgb(240,20,17); }

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

background-color css

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

 a { background-color: rgb(240,20,17); }

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

border-color css

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

 span { border-color: rgb(240,20,17); }

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