Html Css Color HEX #F11C0E Scarlet

📋 copy color: '#F11C0E'

red 241 ◦ green 28 ◦ blue 14

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

Shades of Scarlet #F11C0E

Tints of Scarlet #F11C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 85.16%
G = 9.89%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F11C0E (or 0xF11C0E) is known color: Scarlet. HEX triplet: F1, 1C and 0E. RGB value is (241,28,14). Sum of RGB (Red+Green+Blue) = 241+28+14=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C0E is #0EE3F1. Grayscale: #5A5A5A. Windows color (decimal): -975858 or 924913. OLE color: 924913.

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

Color convert

RGB 241 28 14 -
CMYK 0 0.88 0.94 0.05
HSL 3.7º 0.89% 0.5% -
HSV(B) 3.7º 0.94% 0.95% -
XYZ 36.77 19.56 2.25 -
YUV 90.09 85.07 235.64 -
System Red Green Blue C M Y K H S L
Decimal 241 28 14 0 0.88 0.94 0.05 3.7 0.89 0.5
Hex F1 1C E 0 58 5E 5 4 59 32
Octal 361 34 16 0 130 136 5 4 131 62
Binary 11110001 11100 1110 0 1011000 1011110 101 100 1011001 110010

Color Harmonies of #F11C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C0E

Black with #F11C0E

Text Example


Text Example

White with #F11C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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