Html Css Color HEX #F03211 Scarlet

📋 copy color: '#F03211'

red 240 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #F03211

Tints of Scarlet #F03211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 78.18%
G = 16.29%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03211 (or 0xF03211) is known color: Scarlet. HEX triplet: F0, 32 and 11. RGB value is (240,50,17). Sum of RGB (Red+Green+Blue) = 240+50+17=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F03211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03211 is #0FCDEE. Grayscale: #676767. Windows color (decimal): -1035759 or 1127152. OLE color: 1127152.

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

Color convert

RGB 240 50 17 -
CMYK 0 0.79 0.93 0.06
HSL 8.88º 0.88% 0.5% -
HSV(B) 8.88º 0.93% 0.94% -
XYZ 37.18 20.85 2.59 -
YUV 103.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 240 50 17 0 0.79 0.93 0.06 8.88 0.88 0.5
Hex F0 32 11 0 4F 5D 6 9 58 32
Octal 360 62 21 0 117 135 6 11 130 62
Binary 11110000 110010 10001 0 1001111 1011101 110 1001 1011000 110010

Color Harmonies of #F03211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03211

Black with #F03211

Text Example


Text Example

White with #F03211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03211; }

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

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

background-color css

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

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

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

border-color css

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

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

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