Html Css Color HEX #F02911 Scarlet

📋 copy color: '#F02911'

red 240 ◦ green 41 ◦ blue 17

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

Shades of Scarlet #F02911

Tints of Scarlet #F02911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 80.54%
G = 13.76%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F02911 (or 0xF02911) is known color: Scarlet. HEX triplet: F0, 29 and 11. RGB value is (240,41,17). Sum of RGB (Red+Green+Blue) = 240+41+17=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02911 is #0FD6EE. Grayscale: #626262. Windows color (decimal): -1038063 or 1124848. OLE color: 1124848.

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

Color convert

RGB 240 41 17 -
CMYK 0 0.83 0.93 0.06
HSL 6.46º 0.88% 0.5% -
HSV(B) 6.46º 0.93% 0.94% -
XYZ 36.83 20.15 2.48 -
YUV 97.77 82.43 229.45 -
System Red Green Blue C M Y K H S L
Decimal 240 41 17 0 0.83 0.93 0.06 6.46 0.88 0.5
Hex F0 29 11 0 53 5D 6 6 58 32
Octal 360 51 21 0 123 135 6 6 130 62
Binary 11110000 101001 10001 0 1010011 1011101 110 110 1011000 110010

Color Harmonies of #F02911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02911

Black with #F02911

Text Example


Text Example

White with #F02911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02911; }

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

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

background-color css

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

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

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

border-color css

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

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

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