Html Css Color HEX #F1310D Scarlet

📋 copy color: '#F1310D'

red 241 ◦ green 49 ◦ blue 13

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

Shades of Scarlet #F1310D

Tints of Scarlet #F1310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 79.54%
G = 16.17%
B = 4.29%

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

#F1310D (or 0xF1310D) is known color: Scarlet. HEX triplet: F1, 31 and 0D. RGB value is (241,49,13). Sum of RGB (Red+Green+Blue) = 241+49+13=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1310D is #0ECEF2. Grayscale: #666666. Windows color (decimal): -970483 or 864753. OLE color: 864753.

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

Color convert

RGB 241 49 13 -
CMYK 0 0.80 0.95 0.05
HSL 9.47º 0.9% 0.5% -
HSV(B) 9.47º 0.95% 0.95% -
XYZ 37.45 20.93 2.45 -
YUV 102.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 241 49 13 0 0.80 0.95 0.05 9.47 0.9 0.5
Hex F1 31 D 0 50 5F 5 9 5A 32
Octal 361 61 15 0 120 137 5 11 132 62
Binary 11110001 110001 1101 0 1010000 1011111 101 1001 1011010 110010

Color Harmonies of #F1310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1310D

Black with #F1310D

Text Example


Text Example

White with #F1310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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