Html Css Color HEX #F13018 Scarlet

📋 copy color: '#F13018'

red 241 ◦ green 48 ◦ blue 24

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

Shades of Scarlet #F13018

Tints of Scarlet #F13018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 77%
G = 15.34%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13018 (or 0xF13018) is known color: Scarlet. HEX triplet: F1, 30 and 18. RGB value is (241,48,24). Sum of RGB (Red+Green+Blue) = 241+48+24=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F13018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13018 is #0ECFE7. Grayscale: #676767. Windows color (decimal): -970728 or 1585393. OLE color: 1585393.

HSL color Cylindrical-coordinate representation of color #F13018: hue angle of 6.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F13018 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 24 -
CMYK 0 0.80 0.90 0.05
HSL 6.64º 0.89% 0.52% -
HSV(B) 6.64º 0.9% 0.95% -
XYZ 37.5 20.88 2.92 -
YUV 102.97 83.44 226.45 -
System Red Green Blue C M Y K H S L
Decimal 241 48 24 0 0.80 0.90 0.05 6.64 0.89 0.52
Hex F1 30 18 0 50 5A 5 7 59 34
Octal 361 60 30 0 120 132 5 7 131 64
Binary 11110001 110000 11000 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F13018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13018

Black with #F13018

Text Example


Text Example

White with #F13018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13018; }

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

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

background-color css

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

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

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

border-color css

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

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

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