Html Css Color HEX #F1271A Scarlet

📋 copy color: '#F1271A'

red 241 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #F1271A

Tints of Scarlet #F1271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 78.76%
G = 12.75%
B = 8.5%

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

#F1271A (or 0xF1271A) is known color: Scarlet. HEX triplet: F1, 27 and 1A. RGB value is (241,39,26). Sum of RGB (Red+Green+Blue) = 241+39+26=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1271A is #0ED8E5. Grayscale: #626262. Windows color (decimal): -973030 or 1714161. OLE color: 1714161.

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

Color convert

RGB 241 39 26 -
CMYK 0 0.84 0.89 0.05
HSL 3.63º 0.88% 0.52% -
HSV(B) 3.63º 0.89% 0.95% -
XYZ 37.19 20.23 2.92 -
YUV 97.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 241 39 26 0 0.84 0.89 0.05 3.63 0.88 0.52
Hex F1 27 1A 0 54 59 5 4 58 34
Octal 361 47 32 0 124 131 5 4 130 64
Binary 11110001 100111 11010 0 1010100 1011001 101 100 1011000 110100

Color Harmonies of #F1271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1271A

Black with #F1271A

Text Example


Text Example

White with #F1271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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