Html Css Color HEX #F13119 Scarlet

📋 copy color: '#F13119'

red 241 ◦ green 49 ◦ blue 25

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

Shades of Scarlet #F13119

Tints of Scarlet #F13119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 76.51%
G = 15.56%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13119 (or 0xF13119) is known color: Scarlet. HEX triplet: F1, 31 and 19. RGB value is (241,49,25). Sum of RGB (Red+Green+Blue) = 241+49+25=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13119 is #0ECEE6. Grayscale: #676767. Windows color (decimal): -970471 or 1651185. OLE color: 1651185.

HSL color Cylindrical-coordinate representation of color #F13119: hue angle of 6.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F13119 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 25 -
CMYK 0 0.80 0.90 0.05
HSL 6.67º 0.89% 0.52% -
HSV(B) 6.67º 0.9% 0.95% -
XYZ 37.55 20.97 2.99 -
YUV 103.67 83.61 225.95 -
System Red Green Blue C M Y K H S L
Decimal 241 49 25 0 0.80 0.90 0.05 6.67 0.89 0.52
Hex F1 31 19 0 50 5A 5 7 59 34
Octal 361 61 31 0 120 132 5 7 131 64
Binary 11110001 110001 11001 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F13119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13119

Black with #F13119

Text Example


Text Example

White with #F13119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13119; }

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

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

background-color css

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

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

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

border-color css

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

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

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