Html Css Color HEX #F1320B Scarlet

📋 copy color: '#F1320B'

red 241 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #F1320B

Tints of Scarlet #F1320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 79.8%
G = 16.56%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1320B (or 0xF1320B) is known color: Scarlet. HEX triplet: F1, 32 and 0B. RGB value is (241,50,11). Sum of RGB (Red+Green+Blue) = 241+50+11=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1320B is #0ECDF4. Grayscale: #676767. Windows color (decimal): -970229 or 733937. OLE color: 733937.

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

Color convert

RGB 241 50 11 -
CMYK 0 0.79 0.95 0.05
HSL 10.17º 0.91% 0.49% -
HSV(B) 10.17º 0.95% 0.95% -
XYZ 37.48 21.01 2.4 -
YUV 102.66 76.28 226.67 -
System Red Green Blue C M Y K H S L
Decimal 241 50 11 0 0.79 0.95 0.05 10.17 0.91 0.49
Hex F1 32 B 0 4F 5F 5 A 5B 31
Octal 361 62 13 0 117 137 5 12 133 61
Binary 11110001 110010 1011 0 1001111 1011111 101 1010 1011011 110001

Color Harmonies of #F1320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1320B

Black with #F1320B

Text Example


Text Example

White with #F1320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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