Html Css Color HEX #F1270E Scarlet

📋 copy color: '#F1270E'

red 241 ◦ green 39 ◦ blue 14

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

Shades of Scarlet #F1270E

Tints of Scarlet #F1270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 81.97%
G = 13.27%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1270E (or 0xF1270E) is known color: Scarlet. HEX triplet: F1, 27 and 0E. RGB value is (241,39,14). Sum of RGB (Red+Green+Blue) = 241+39+14=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F1270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1270E is #0ED8F1. Grayscale: #606060. Windows color (decimal): -973042 or 927729. OLE color: 927729.

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

Color convert

RGB 241 39 14 -
CMYK 0 0.84 0.94 0.05
HSL 6.61º 0.89% 0.5% -
HSV(B) 6.61º 0.94% 0.95% -
XYZ 37.08 20.18 2.36 -
YUV 96.55 81.42 231.03 -
System Red Green Blue C M Y K H S L
Decimal 241 39 14 0 0.84 0.94 0.05 6.61 0.89 0.5
Hex F1 27 E 0 54 5E 5 7 59 32
Octal 361 47 16 0 124 136 5 7 131 62
Binary 11110001 100111 1110 0 1010100 1011110 101 111 1011001 110010

Color Harmonies of #F1270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1270E

Black with #F1270E

Text Example


Text Example

White with #F1270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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