Html Css Color HEX #F61613 Scarlet

📋 copy color: '#F61613'

red 246 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F61613

Tints of Scarlet #F61613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 85.71%
G = 7.67%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F61613 (or 0xF61613) is known color: Scarlet. HEX triplet: F6, 16 and 13. RGB value is (246,22,19). Sum of RGB (Red+Green+Blue) = 246+22+19=287 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.71% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 246 - color contains mainly: red. Hex color #F61613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61613 is #09E9EC. Grayscale: #585858. Windows color (decimal): -649709 or 1251062. OLE color: 1251062.

HSL color Cylindrical-coordinate representation of color #F61613: hue angle of 0.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 22 19 -
CMYK 0 0.91 0.92 0.04
HSL 0.79º 0.93% 0.52% -
HSV(B) 0.79º 0.92% 0.96% -
XYZ 38.41 20.21 2.49 -
YUV 88.63 88.71 240.24 -
System Red Green Blue C M Y K H S L
Decimal 246 22 19 0 0.91 0.92 0.04 0.79 0.93 0.52
Hex F6 16 13 0 5B 5C 4 1 5D 34
Octal 366 26 23 0 133 134 4 1 135 64
Binary 11110110 10110 10011 0 1011011 1011100 100 1 1011101 110100

Color Harmonies of #F61613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61613

Black with #F61613

Text Example


Text Example

White with #F61613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61613; }

 p { color: rgb(246,22,19); }

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

background-color css

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

 a { background-color: rgb(246,22,19); }

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

border-color css

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

 span { border-color: rgb(246,22,19); }

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