Html Css Color HEX #F13215 Scarlet

📋 copy color: '#F13215'

red 241 ◦ green 50 ◦ blue 21

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

Shades of Scarlet #F13215

Tints of Scarlet #F13215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 77.24%
G = 16.03%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F13215 (or 0xF13215) is known color: Scarlet. HEX triplet: F1, 32 and 15. RGB value is (241,50,21). Sum of RGB (Red+Green+Blue) = 241+50+21=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13215 is #0ECDEA. Grayscale: #686868. Windows color (decimal): -970219 or 1389297. OLE color: 1389297.

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

Color convert

RGB 241 50 21 -
CMYK 0 0.79 0.91 0.05
HSL 7.91º 0.89% 0.51% -
HSV(B) 7.91º 0.91% 0.95% -
XYZ 37.55 21.04 2.79 -
YUV 103.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 241 50 21 0 0.79 0.91 0.05 7.91 0.89 0.51
Hex F1 32 15 0 4F 5B 5 8 59 33
Octal 361 62 25 0 117 133 5 10 131 63
Binary 11110001 110010 10101 0 1001111 1011011 101 1000 1011001 110011

Color Harmonies of #F13215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13215

Black with #F13215

Text Example


Text Example

White with #F13215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13215; }

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

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

background-color css

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

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

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

border-color css

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

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

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