Html Css Color HEX #F13515 Scarlet

📋 copy color: '#F13515'

red 241 ◦ green 53 ◦ blue 21

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

Shades of Scarlet #F13515

Tints of Scarlet #F13515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 76.51%
G = 16.83%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F13515 (or 0xF13515) is known color: Scarlet. HEX triplet: F1, 35 and 15. RGB value is (241,53,21). Sum of RGB (Red+Green+Blue) = 241+53+21=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13515 is #0ECAEA. Grayscale: #696969. Windows color (decimal): -969451 or 1390065. OLE color: 1390065.

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

Color convert

RGB 241 53 21 -
CMYK 0 0.78 0.91 0.05
HSL 8.73º 0.89% 0.51% -
HSV(B) 8.73º 0.91% 0.95% -
XYZ 37.68 21.3 2.83 -
YUV 105.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 241 53 21 0 0.78 0.91 0.05 8.73 0.89 0.51
Hex F1 35 15 0 4E 5B 5 9 59 33
Octal 361 65 25 0 116 133 5 11 131 63
Binary 11110001 110101 10101 0 1001110 1011011 101 1001 1011001 110011

Color Harmonies of #F13515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13515

Black with #F13515

Text Example


Text Example

White with #F13515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13515; }

 p { color: rgb(241,53,21); }

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

background-color css

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

 a { background-color: rgb(241,53,21); }

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

border-color css

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

 span { border-color: rgb(241,53,21); }

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