Html Css Color HEX #F1291B Scarlet

📋 copy color: '#F1291B'

red 241 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #F1291B

Tints of Scarlet #F1291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 77.99%
G = 13.27%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1291B (or 0xF1291B) is known color: Scarlet. HEX triplet: F1, 29 and 1B. RGB value is (241,41,27). Sum of RGB (Red+Green+Blue) = 241+41+27=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1291B is #0ED6E4. Grayscale: #636363. Windows color (decimal): -972517 or 1780209. OLE color: 1780209.

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

Color convert

RGB 241 41 27 -
CMYK 0 0.83 0.89 0.05
HSL 3.93º 0.88% 0.53% -
HSV(B) 3.93º 0.89% 0.95% -
XYZ 37.27 20.37 3 -
YUV 99.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 241 41 27 0 0.83 0.89 0.05 3.93 0.88 0.53
Hex F1 29 1B 0 53 59 5 4 58 35
Octal 361 51 33 0 123 131 5 4 130 65
Binary 11110001 101001 11011 0 1010011 1011001 101 100 1011000 110101

Color Harmonies of #F1291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1291B

Black with #F1291B

Text Example


Text Example

White with #F1291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1291B; }

 p { color: rgb(241,41,27); }

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

background-color css

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

 a { background-color: rgb(241,41,27); }

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

border-color css

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

 span { border-color: rgb(241,41,27); }

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