Html Css Color HEX #F1170E Scarlet

📋 copy color: '#F1170E'

red 241 ◦ green 23 ◦ blue 14

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

Shades of Scarlet #F1170E

Tints of Scarlet #F1170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 86.69%
G = 8.27%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1170E (or 0xF1170E) is known color: Scarlet. HEX triplet: F1, 17 and 0E. RGB value is (241,23,14). Sum of RGB (Red+Green+Blue) = 241+23+14=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F1170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1170E is #0EE8F1. Grayscale: #575757. Windows color (decimal): -977138 or 923633. OLE color: 923633.

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

Color convert

RGB 241 23 14 -
CMYK 0 0.90 0.94 0.05
HSL 2.38º 0.89% 0.5% -
HSV(B) 2.38º 0.94% 0.95% -
XYZ 36.66 19.35 2.22 -
YUV 87.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 241 23 14 0 0.90 0.94 0.05 2.38 0.89 0.5
Hex F1 17 E 0 5A 5E 5 2 59 32
Octal 361 27 16 0 132 136 5 2 131 62
Binary 11110001 10111 1110 0 1011010 1011110 101 10 1011001 110010

Color Harmonies of #F1170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1170E

Black with #F1170E

Text Example


Text Example

White with #F1170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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