Html Css Color HEX #F61B10 Scarlet

📋 copy color: '#F61B10'

red 246 ◦ green 27 ◦ blue 16

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

Shades of Scarlet #F61B10

Tints of Scarlet #F61B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 85.12%
G = 9.34%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F61B10 (or 0xF61B10) is known color: Scarlet. HEX triplet: F6, 1B and 10. RGB value is (246,27,16). Sum of RGB (Red+Green+Blue) = 246+27+16=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61B10 is #09E4EF. Grayscale: #5B5B5B. Windows color (decimal): -648432 or 1055734. OLE color: 1055734.

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

Color convert

RGB 246 27 16 -
CMYK 0 0.89 0.93 0.04
HSL 2.87º 0.93% 0.51% -
HSV(B) 2.87º 0.93% 0.96% -
XYZ 38.49 20.41 2.4 -
YUV 91.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 246 27 16 0 0.89 0.93 0.04 2.87 0.93 0.51
Hex F6 1B 10 0 59 5D 4 3 5D 33
Octal 366 33 20 0 131 135 4 3 135 63
Binary 11110110 11011 10000 0 1011001 1011101 100 11 1011101 110011

Color Harmonies of #F61B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B10

Black with #F61B10

Text Example


Text Example

White with #F61B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B10; }

 p { color: rgb(246,27,16); }

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

background-color css

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

 a { background-color: rgb(246,27,16); }

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

border-color css

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

 span { border-color: rgb(246,27,16); }

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