Html Css Color HEX #F13015 Scarlet

📋 copy color: '#F13015'

red 241 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #F13015

Tints of Scarlet #F13015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 77.74%
G = 15.48%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F13015 (or 0xF13015) is known color: Scarlet. HEX triplet: F1, 30 and 15. RGB value is (241,48,21). Sum of RGB (Red+Green+Blue) = 241+48+21=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F13015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13015 is #0ECFEA. Grayscale: #666666. Windows color (decimal): -970731 or 1388785. OLE color: 1388785.

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

Color convert

RGB 241 48 21 -
CMYK 0 0.80 0.91 0.05
HSL 7.36º 0.89% 0.51% -
HSV(B) 7.36º 0.91% 0.95% -
XYZ 37.47 20.87 2.76 -
YUV 102.63 81.94 226.7 -
System Red Green Blue C M Y K H S L
Decimal 241 48 21 0 0.80 0.91 0.05 7.36 0.89 0.51
Hex F1 30 15 0 50 5B 5 7 59 33
Octal 361 60 25 0 120 133 5 7 131 63
Binary 11110001 110000 10101 0 1010000 1011011 101 111 1011001 110011

Color Harmonies of #F13015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13015

Black with #F13015

Text Example


Text Example

White with #F13015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13015; }

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

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

background-color css

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

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

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

border-color css

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

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

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