Html Css Color HEX #F0311A Scarlet

📋 copy color: '#F0311A'

red 240 ◦ green 49 ◦ blue 26

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

Shades of Scarlet #F0311A

Tints of Scarlet #F0311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 76.19%
G = 15.56%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0311A (or 0xF0311A) is known color: Scarlet. HEX triplet: F0, 31 and 1A. RGB value is (240,49,26). Sum of RGB (Red+Green+Blue) = 240+49+26=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0311A is #0FCEE5. Grayscale: #676767. Windows color (decimal): -1036006 or 1716720. OLE color: 1716720.

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

Color convert

RGB 240 49 26 -
CMYK 0 0.80 0.89 0.06
HSL 6.45º 0.88% 0.52% -
HSV(B) 6.45º 0.89% 0.94% -
XYZ 37.22 20.8 3.03 -
YUV 103.49 84.28 225.37 -
System Red Green Blue C M Y K H S L
Decimal 240 49 26 0 0.80 0.89 0.06 6.45 0.88 0.52
Hex F0 31 1A 0 50 59 6 6 58 34
Octal 360 61 32 0 120 131 6 6 130 64
Binary 11110000 110001 11010 0 1010000 1011001 110 110 1011000 110100

Color Harmonies of #F0311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0311A

Black with #F0311A

Text Example


Text Example

White with #F0311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0311A; }

 p { color: rgb(240,49,26); }

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

background-color css

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

 a { background-color: rgb(240,49,26); }

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

border-color css

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

 span { border-color: rgb(240,49,26); }

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