Html Css Color HEX #F61E10 Scarlet

📋 copy color: '#F61E10'

red 246 ◦ green 30 ◦ blue 16

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

Shades of Scarlet #F61E10

Tints of Scarlet #F61E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 84.25%
G = 10.27%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F61E10 (or 0xF61E10) is known color: Scarlet. HEX triplet: F6, 1E and 10. RGB value is (246,30,16). Sum of RGB (Red+Green+Blue) = 246+30+16=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61E10 is #09E1EF. Grayscale: #5D5D5D. Windows color (decimal): -647664 or 1056502. OLE color: 1056502.

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

Color convert

RGB 246 30 16 -
CMYK 0 0.88 0.93 0.04
HSL 3.65º 0.93% 0.51% -
HSV(B) 3.65º 0.93% 0.96% -
XYZ 38.56 20.56 2.43 -
YUV 92.99 84.56 237.14 -
System Red Green Blue C M Y K H S L
Decimal 246 30 16 0 0.88 0.93 0.04 3.65 0.93 0.51
Hex F6 1E 10 0 58 5D 4 4 5D 33
Octal 366 36 20 0 130 135 4 4 135 63
Binary 11110110 11110 10000 0 1011000 1011101 100 100 1011101 110011

Color Harmonies of #F61E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E10

Black with #F61E10

Text Example


Text Example

White with #F61E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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