Html Css Color HEX #F11F14 Scarlet

📋 copy color: '#F11F14'

red 241 ◦ green 31 ◦ blue 20

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

Shades of Scarlet #F11F14

Tints of Scarlet #F11F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 82.53%
G = 10.62%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F11F14 (or 0xF11F14) is known color: Scarlet. HEX triplet: F1, 1F and 14. RGB value is (241,31,20). Sum of RGB (Red+Green+Blue) = 241+31+20=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F14 is #0EE0EB. Grayscale: #5C5C5C. Windows color (decimal): -975084 or 1318897. OLE color: 1318897.

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

Color convert

RGB 241 31 20 -
CMYK 0 0.87 0.92 0.05
HSL 2.99º 0.89% 0.51% -
HSV(B) 2.99º 0.92% 0.95% -
XYZ 36.89 19.73 2.53 -
YUV 92.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 241 31 20 0 0.87 0.92 0.05 2.99 0.89 0.51
Hex F1 1F 14 0 57 5C 5 3 59 33
Octal 361 37 24 0 127 134 5 3 131 63
Binary 11110001 11111 10100 0 1010111 1011100 101 11 1011001 110011

Color Harmonies of #F11F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F14

Black with #F11F14

Text Example


Text Example

White with #F11F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F14; }

 p { color: rgb(241,31,20); }

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

background-color css

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

 a { background-color: rgb(241,31,20); }

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

border-color css

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

 span { border-color: rgb(241,31,20); }

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