Html Css Color HEX #F62518 Scarlet

📋 copy color: '#F62518'

red 246 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #F62518

Tints of Scarlet #F62518

RGB

 RED value IS 246 (96.48% from 255) = 80.13%

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 80.13%
G = 12.05%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F62518 (or 0xF62518) is known color: Scarlet. HEX triplet: F6, 25 and 18. RGB value is (246,37,24). Sum of RGB (Red+Green+Blue) = 246+37+24=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F62518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62518 is #09DAE7. Grayscale: #626262. Windows color (decimal): -645864 or 1582582. OLE color: 1582582.

HSL color Cylindrical-coordinate representation of color #F62518: hue angle of 3.51º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F62518 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 24 -
CMYK 0 0.85 0.90 0.04
HSL 3.51º 0.93% 0.53% -
HSV(B) 3.51º 0.9% 0.96% -
XYZ 38.83 20.98 2.87 -
YUV 98.01 86.24 233.56 -
System Red Green Blue C M Y K H S L
Decimal 246 37 24 0 0.85 0.90 0.04 3.51 0.93 0.53
Hex F6 25 18 0 55 5A 4 4 5C 35
Octal 366 45 30 0 125 132 4 4 134 65
Binary 11110110 100101 11000 0 1010101 1011010 100 100 1011100 110101

Color Harmonies of #F62518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62518

Black with #F62518

Text Example


Text Example

White with #F62518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62518; }

 p { color: rgb(246,37,24); }

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

background-color css

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

 a { background-color: rgb(246,37,24); }

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

border-color css

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

 span { border-color: rgb(246,37,24); }

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