Html Css Color HEX #F61C18 Scarlet

📋 copy color: '#F61C18'

red 246 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #F61C18

Tints of Scarlet #F61C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 82.55%
G = 9.4%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F61C18 (or 0xF61C18) is known color: Scarlet. HEX triplet: F6, 1C and 18. RGB value is (246,28,24). Sum of RGB (Red+Green+Blue) = 246+28+24=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61C18 is #09E3E7. Grayscale: #5C5C5C. Windows color (decimal): -648168 or 1580278. OLE color: 1580278.

HSL color Cylindrical-coordinate representation of color #F61C18: hue angle of 1.08º 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 #F61C18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 28 24 -
CMYK 0 0.89 0.90 0.04
HSL 1.08º 0.93% 0.53% -
HSV(B) 1.08º 0.9% 0.96% -
XYZ 38.59 20.49 2.79 -
YUV 92.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 246 28 24 0 0.89 0.90 0.04 1.08 0.93 0.53
Hex F6 1C 18 0 59 5A 4 1 5C 35
Octal 366 34 30 0 131 132 4 1 134 65
Binary 11110110 11100 11000 0 1011001 1011010 100 1 1011100 110101

Color Harmonies of #F61C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C18

Black with #F61C18

Text Example


Text Example

White with #F61C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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