Html Css Color HEX #F1350F Scarlet

📋 copy color: '#F1350F'

red 241 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #F1350F

Tints of Scarlet #F1350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 77.99%
G = 17.15%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1350F (or 0xF1350F) is known color: Scarlet. HEX triplet: F1, 35 and 0F. RGB value is (241,53,15). Sum of RGB (Red+Green+Blue) = 241+53+15=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1350F is #0ECAF0. Grayscale: #696969. Windows color (decimal): -969457 or 996849. OLE color: 996849.

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

Color convert

RGB 241 53 15 -
CMYK 0 0.78 0.94 0.05
HSL 10.09º 0.89% 0.5% -
HSV(B) 10.09º 0.94% 0.95% -
XYZ 37.63 21.28 2.58 -
YUV 104.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 241 53 15 0 0.78 0.94 0.05 10.09 0.89 0.5
Hex F1 35 F 0 4E 5E 5 A 59 32
Octal 361 65 17 0 116 136 5 12 131 62
Binary 11110001 110101 1111 0 1001110 1011110 101 1010 1011001 110010

Color Harmonies of #F1350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1350F

Black with #F1350F

Text Example


Text Example

White with #F1350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1350F; }

 p { color: rgb(241,53,15); }

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

background-color css

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

 a { background-color: rgb(241,53,15); }

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

border-color css

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

 span { border-color: rgb(241,53,15); }

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