Html Css Color HEX #F1350A Scarlet

📋 copy color: '#F1350A'

red 241 ◦ green 53 ◦ blue 10

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

Shades of Scarlet #F1350A

Tints of Scarlet #F1350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 79.28%
G = 17.43%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1350A (or 0xF1350A) is known color: Scarlet. HEX triplet: F1, 35 and 0A. RGB value is (241,53,10). Sum of RGB (Red+Green+Blue) = 241+53+10=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1350A is #0ECAF5. Grayscale: #686868. Windows color (decimal): -969462 or 669169. OLE color: 669169.

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

Color convert

RGB 241 53 10 -
CMYK 0 0.78 0.96 0.05
HSL 11.17º 0.92% 0.49% -
HSV(B) 11.17º 0.96% 0.95% -
XYZ 37.6 21.27 2.41 -
YUV 104.31 74.78 225.5 -
System Red Green Blue C M Y K H S L
Decimal 241 53 10 0 0.78 0.96 0.05 11.17 0.92 0.49
Hex F1 35 A 0 4E 60 5 B 5C 31
Octal 361 65 12 0 116 140 5 13 134 61
Binary 11110001 110101 1010 0 1001110 1100000 101 1011 1011100 110001

Color Harmonies of #F1350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1350A

Black with #F1350A

Text Example


Text Example

White with #F1350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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