Html Css Color HEX #F11D0E Scarlet

📋 copy color: '#F11D0E'

red 241 ◦ green 29 ◦ blue 14

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

Shades of Scarlet #F11D0E

Tints of Scarlet #F11D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

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

R = 84.86%
G = 10.21%
B = 4.93%

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

#F11D0E (or 0xF11D0E) is known color: Scarlet. HEX triplet: F1, 1D and 0E. RGB value is (241,29,14). Sum of RGB (Red+Green+Blue) = 241+29+14=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D0E is #0EE2F1. Grayscale: #5A5A5A. Windows color (decimal): -975602 or 925169. OLE color: 925169.

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

Color convert

RGB 241 29 14 -
CMYK 0 0.88 0.94 0.05
HSL 3.96º 0.89% 0.5% -
HSV(B) 3.96º 0.94% 0.95% -
XYZ 36.79 19.61 2.26 -
YUV 90.68 84.74 235.22 -
System Red Green Blue C M Y K H S L
Decimal 241 29 14 0 0.88 0.94 0.05 3.96 0.89 0.5
Hex F1 1D E 0 58 5E 5 4 59 32
Octal 361 35 16 0 130 136 5 4 131 62
Binary 11110001 11101 1110 0 1011000 1011110 101 100 1011001 110010

Color Harmonies of #F11D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D0E

Black with #F11D0E

Text Example


Text Example

White with #F11D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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