Html Css Color HEX #F0261C Scarlet

📋 copy color: '#F0261C'

red 240 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #F0261C

Tints of Scarlet #F0261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 78.43%
G = 12.42%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0261C (or 0xF0261C) is known color: Scarlet. HEX triplet: F0, 26 and 1C. RGB value is (240,38,28). Sum of RGB (Red+Green+Blue) = 240+38+28=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261C is #0FD9E3. Grayscale: #616161. Windows color (decimal): -1038820 or 1844976. OLE color: 1844976.

HSL color Cylindrical-coordinate representation of color #F0261C: hue angle of 2.83º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 28 -
CMYK 0 0.84 0.88 0.06
HSL 2.83º 0.88% 0.53% -
HSV(B) 2.83º 0.88% 0.94% -
XYZ 36.84 20 3.02 -
YUV 97.26 88.92 229.81 -
System Red Green Blue C M Y K H S L
Decimal 240 38 28 0 0.84 0.88 0.06 2.83 0.88 0.53
Hex F0 26 1C 0 54 58 6 3 58 35
Octal 360 46 34 0 124 130 6 3 130 65
Binary 11110000 100110 11100 0 1010100 1011000 110 11 1011000 110101

Color Harmonies of #F0261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0261C

Black with #F0261C

Text Example


Text Example

White with #F0261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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