Html Css Color HEX #F13013 Scarlet

📋 copy color: '#F13013'

red 241 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F13013

Tints of Scarlet #F13013

RGB

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

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

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

R = 78.25%
G = 15.58%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F13013 (or 0xF13013) is known color: Scarlet. HEX triplet: F1, 30 and 13. RGB value is (241,48,19). Sum of RGB (Red+Green+Blue) = 241+48+19=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F13013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13013 is #0ECFEC. Grayscale: #666666. Windows color (decimal): -970733 or 1257713. OLE color: 1257713.

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

Color convert

RGB 241 48 19 -
CMYK 0 0.80 0.92 0.05
HSL 7.84º 0.89% 0.51% -
HSV(B) 7.84º 0.92% 0.95% -
XYZ 37.45 20.86 2.67 -
YUV 102.4 80.94 226.86 -
System Red Green Blue C M Y K H S L
Decimal 241 48 19 0 0.80 0.92 0.05 7.84 0.89 0.51
Hex F1 30 13 0 50 5C 5 8 59 33
Octal 361 60 23 0 120 134 5 10 131 63
Binary 11110001 110000 10011 0 1010000 1011100 101 1000 1011001 110011

Color Harmonies of #F13013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13013

Black with #F13013

Text Example


Text Example

White with #F13013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13013; }

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

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

background-color css

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

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

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

border-color css

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

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

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