Html Css Color HEX #F13112 Scarlet

📋 copy color: '#F13112'

red 241 ◦ green 49 ◦ blue 18

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

Shades of Scarlet #F13112

Tints of Scarlet #F13112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 78.25%
G = 15.91%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13112 (or 0xF13112) is known color: Scarlet. HEX triplet: F1, 31 and 12. RGB value is (241,49,18). Sum of RGB (Red+Green+Blue) = 241+49+18=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F13112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13112 is #0ECEED. Grayscale: #676767. Windows color (decimal): -970478 or 1192433. OLE color: 1192433.

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

Color convert

RGB 241 49 18 -
CMYK 0 0.80 0.93 0.05
HSL 8.34º 0.89% 0.51% -
HSV(B) 8.34º 0.93% 0.95% -
XYZ 37.48 20.94 2.64 -
YUV 102.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 241 49 18 0 0.80 0.93 0.05 8.34 0.89 0.51
Hex F1 31 12 0 50 5D 5 8 59 33
Octal 361 61 22 0 120 135 5 10 131 63
Binary 11110001 110001 10010 0 1010000 1011101 101 1000 1011001 110011

Color Harmonies of #F13112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13112

Black with #F13112

Text Example


Text Example

White with #F13112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13112; }

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

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

background-color css

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

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

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

border-color css

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

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

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