Html Css Color HEX #F1261A Scarlet

📋 copy color: '#F1261A'

red 241 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #F1261A

Tints of Scarlet #F1261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 79.02%
G = 12.46%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1261A (or 0xF1261A) is known color: Scarlet. HEX triplet: F1, 26 and 1A. RGB value is (241,38,26). Sum of RGB (Red+Green+Blue) = 241+38+26=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1261A is #0ED9E5. Grayscale: #616161. Windows color (decimal): -973286 or 1713905. OLE color: 1713905.

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

Color convert

RGB 241 38 26 -
CMYK 0 0.84 0.89 0.05
HSL 3.35º 0.88% 0.52% -
HSV(B) 3.35º 0.89% 0.95% -
XYZ 37.16 20.16 2.91 -
YUV 97.33 87.75 230.48 -
System Red Green Blue C M Y K H S L
Decimal 241 38 26 0 0.84 0.89 0.05 3.35 0.88 0.52
Hex F1 26 1A 0 54 59 5 3 58 34
Octal 361 46 32 0 124 131 5 3 130 64
Binary 11110001 100110 11010 0 1010100 1011001 101 11 1011000 110100

Color Harmonies of #F1261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1261A

Black with #F1261A

Text Example


Text Example

White with #F1261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1261A; }

 p { color: rgb(241,38,26); }

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

background-color css

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

 a { background-color: rgb(241,38,26); }

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

border-color css

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

 span { border-color: rgb(241,38,26); }

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