Html Css Color HEX #F1350B Scarlet

📋 copy color: '#F1350B'

red 241 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #F1350B

Tints of Scarlet #F1350B

RGB

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

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

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

R = 79.02%
G = 17.38%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1350B (or 0xF1350B) is known color: Scarlet. HEX triplet: F1, 35 and 0B. RGB value is (241,53,11). Sum of RGB (Red+Green+Blue) = 241+53+11=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1350B is #0ECAF4. Grayscale: #686868. Windows color (decimal): -969461 or 734705. OLE color: 734705.

HSL color Cylindrical-coordinate representation of color #F1350B: hue angle of 10.96º 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 #F1350B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 53 11 -
CMYK 0 0.78 0.95 0.05
HSL 10.96º 0.91% 0.49% -
HSV(B) 10.96º 0.95% 0.95% -
XYZ 37.61 21.27 2.44 -
YUV 104.42 75.28 225.42 -
System Red Green Blue C M Y K H S L
Decimal 241 53 11 0 0.78 0.95 0.05 10.96 0.91 0.49
Hex F1 35 B 0 4E 5F 5 B 5B 31
Octal 361 65 13 0 116 137 5 13 133 61
Binary 11110001 110101 1011 0 1001110 1011111 101 1011 1011011 110001

Color Harmonies of #F1350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1350B

Black with #F1350B

Text Example


Text Example

White with #F1350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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