Html Css Color HEX #F0261F Scarlet

📋 copy color: '#F0261F'

red 240 ◦ green 38 ◦ blue 31

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

Shades of Scarlet #F0261F

Tints of Scarlet #F0261F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 77.67%
G = 12.3%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0261F (or 0xF0261F) is known color: Scarlet. HEX triplet: F0, 26 and 1F. RGB value is (240,38,31). Sum of RGB (Red+Green+Blue) = 240+38+31=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261F is #0FD9E0. Grayscale: #616161. Windows color (decimal): -1038817 or 2041584. OLE color: 2041584.

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

Color convert

RGB 240 38 31 -
CMYK 0 0.84 0.87 0.06
HSL 2.01º 0.87% 0.53% -
HSV(B) 2.01º 0.87% 0.94% -
XYZ 36.88 20.01 3.22 -
YUV 97.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 240 38 31 0 0.84 0.87 0.06 2.01 0.87 0.53
Hex F0 26 1F 0 54 57 6 2 57 35
Octal 360 46 37 0 124 127 6 2 127 65
Binary 11110000 100110 11111 0 1010100 1010111 110 10 1010111 110101

Color Harmonies of #F0261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0261F

Black with #F0261F

Text Example


Text Example

White with #F0261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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