Html Css Color HEX #F13313 Scarlet

📋 copy color: '#F13313'

red 241 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F13313

Tints of Scarlet #F13313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 77.49%
G = 16.4%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F13313 (or 0xF13313) is known color: Scarlet. HEX triplet: F1, 33 and 13. RGB value is (241,51,19). Sum of RGB (Red+Green+Blue) = 241+51+19=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F13313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13313 is #0ECCEC. Grayscale: #686868. Windows color (decimal): -969965 or 1258481. OLE color: 1258481.

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

Color convert

RGB 241 51 19 -
CMYK 0 0.79 0.92 0.05
HSL 8.65º 0.89% 0.51% -
HSV(B) 8.65º 0.92% 0.95% -
XYZ 37.58 21.12 2.71 -
YUV 104.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 241 51 19 0 0.79 0.92 0.05 8.65 0.89 0.51
Hex F1 33 13 0 4F 5C 5 9 59 33
Octal 361 63 23 0 117 134 5 11 131 63
Binary 11110001 110011 10011 0 1001111 1011100 101 1001 1011001 110011

Color Harmonies of #F13313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13313

Black with #F13313

Text Example


Text Example

White with #F13313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13313; }

 p { color: rgb(241,51,19); }

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

background-color css

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

 a { background-color: rgb(241,51,19); }

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

border-color css

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

 span { border-color: rgb(241,51,19); }

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