Html Css Color HEX #F02611 Scarlet

📋 copy color: '#F02611'

red 240 ◦ green 38 ◦ blue 17

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

Shades of Scarlet #F02611

Tints of Scarlet #F02611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 81.36%
G = 12.88%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F02611 (or 0xF02611) is known color: Scarlet. HEX triplet: F0, 26 and 11. RGB value is (240,38,17). Sum of RGB (Red+Green+Blue) = 240+38+17=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02611 is #0FD9EE. Grayscale: #606060. Windows color (decimal): -1038831 or 1124080. OLE color: 1124080.

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

Color convert

RGB 240 38 17 -
CMYK 0 0.84 0.93 0.06
HSL 5.65º 0.88% 0.5% -
HSV(B) 5.65º 0.93% 0.94% -
XYZ 36.73 19.95 2.45 -
YUV 96 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 240 38 17 0 0.84 0.93 0.06 5.65 0.88 0.5
Hex F0 26 11 0 54 5D 6 6 58 32
Octal 360 46 21 0 124 135 6 6 130 62
Binary 11110000 100110 10001 0 1010100 1011101 110 110 1011000 110010

Color Harmonies of #F02611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02611

Black with #F02611

Text Example


Text Example

White with #F02611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02611; }

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

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

background-color css

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

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

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

border-color css

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

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

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