Html Css Color HEX #F61407 Scarlet

📋 copy color: '#F61407'

red 246 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #F61407

Tints of Scarlet #F61407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 90.11%
G = 7.33%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F61407 (or 0xF61407) is known color: Scarlet. HEX triplet: F6, 14 and 07. RGB value is (246,20,7). Sum of RGB (Red+Green+Blue) = 246+20+7=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F61407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61407 is #09EBF8. Grayscale: #565656. Windows color (decimal): -650233 or 464118. OLE color: 464118.

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

Color convert

RGB 246 20 7 -
CMYK 0 0.92 0.97 0.04
HSL 3.26º 0.94% 0.5% -
HSV(B) 3.26º 0.97% 0.96% -
XYZ 38.29 20.11 2.06 -
YUV 86.09 83.37 242.06 -
System Red Green Blue C M Y K H S L
Decimal 246 20 7 0 0.92 0.97 0.04 3.26 0.94 0.5
Hex F6 14 7 0 5C 61 4 3 5E 32
Octal 366 24 7 0 134 141 4 3 136 62
Binary 11110110 10100 111 0 1011100 1100001 100 11 1011110 110010

Color Harmonies of #F61407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61407

Black with #F61407

Text Example


Text Example

White with #F61407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61407; }

 p { color: rgb(246,20,7); }

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

background-color css

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

 a { background-color: rgb(246,20,7); }

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

border-color css

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

 span { border-color: rgb(246,20,7); }

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