Html Css Color HEX #F1310B Scarlet

📋 copy color: '#F1310B'

red 241 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #F1310B

Tints of Scarlet #F1310B

RGB

 RED value IS 241 (94.53% from 255) = 80.07%

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 80.07%
G = 16.28%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1310B (or 0xF1310B) is known color: Scarlet. HEX triplet: F1, 31 and 0B. RGB value is (241,49,11). Sum of RGB (Red+Green+Blue) = 241+49+11=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F1310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1310B is #0ECEF4. Grayscale: #666666. Windows color (decimal): -970485 or 733681. OLE color: 733681.

HSL color Cylindrical-coordinate representation of color #F1310B: hue angle of 9.91º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1310B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 11 -
CMYK 0 0.80 0.95 0.05
HSL 9.91º 0.91% 0.49% -
HSV(B) 9.91º 0.95% 0.95% -
XYZ 37.43 20.92 2.38 -
YUV 102.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 241 49 11 0 0.80 0.95 0.05 9.91 0.91 0.49
Hex F1 31 B 0 50 5F 5 A 5B 31
Octal 361 61 13 0 120 137 5 12 133 61
Binary 11110001 110001 1011 0 1010000 1011111 101 1010 1011011 110001

Color Harmonies of #F1310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1310B

Black with #F1310B

Text Example


Text Example

White with #F1310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1310B; }

 p { color: rgb(241,49,11); }

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

background-color css

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

 a { background-color: rgb(241,49,11); }

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

border-color css

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

 span { border-color: rgb(241,49,11); }

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