Html Css Color HEX #F1271C Scarlet

📋 copy color: '#F1271C'

red 241 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #F1271C

Tints of Scarlet #F1271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 78.25%
G = 12.66%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1271C (or 0xF1271C) is known color: Scarlet. HEX triplet: F1, 27 and 1C. RGB value is (241,39,28). Sum of RGB (Red+Green+Blue) = 241+39+28=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1271C is #0ED8E3. Grayscale: #626262. Windows color (decimal): -973028 or 1845233. OLE color: 1845233.

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

Color convert

RGB 241 39 28 -
CMYK 0 0.84 0.88 0.05
HSL 3.1º 0.88% 0.53% -
HSV(B) 3.1º 0.88% 0.95% -
XYZ 37.21 20.24 3.04 -
YUV 98.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 241 39 28 0 0.84 0.88 0.05 3.1 0.88 0.53
Hex F1 27 1C 0 54 58 5 3 58 35
Octal 361 47 34 0 124 130 5 3 130 65
Binary 11110001 100111 11100 0 1010100 1011000 101 11 1011000 110101

Color Harmonies of #F1271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1271C

Black with #F1271C

Text Example


Text Example

White with #F1271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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