Html Css Color HEX #F11F12 Scarlet

📋 copy color: '#F11F12'

red 241 ◦ green 31 ◦ blue 18

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

Shades of Scarlet #F11F12

Tints of Scarlet #F11F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 83.1%
G = 10.69%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F11F12 (or 0xF11F12) is known color: Scarlet. HEX triplet: F1, 1F and 12. RGB value is (241,31,18). Sum of RGB (Red+Green+Blue) = 241+31+18=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F12 is #0EE0ED. Grayscale: #5C5C5C. Windows color (decimal): -975086 or 1187825. OLE color: 1187825.

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

Color convert

RGB 241 31 18 -
CMYK 0 0.87 0.93 0.05
HSL 3.5º 0.89% 0.51% -
HSV(B) 3.5º 0.93% 0.95% -
XYZ 36.87 19.72 2.44 -
YUV 92.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 241 31 18 0 0.87 0.93 0.05 3.5 0.89 0.51
Hex F1 1F 12 0 57 5D 5 3 59 33
Octal 361 37 22 0 127 135 5 3 131 63
Binary 11110001 11111 10010 0 1010111 1011101 101 11 1011001 110011

Color Harmonies of #F11F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F12

Black with #F11F12

Text Example


Text Example

White with #F11F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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