Html Css Color HEX #F62310 Scarlet

📋 copy color: '#F62310'

red 246 ◦ green 35 ◦ blue 16

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

Shades of Scarlet #F62310

Tints of Scarlet #F62310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 82.83%
G = 11.78%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62310 (or 0xF62310) is known color: Scarlet. HEX triplet: F6, 23 and 10. RGB value is (246,35,16). Sum of RGB (Red+Green+Blue) = 246+35+16=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F62310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62310 is #09DCEF. Grayscale: #606060. Windows color (decimal): -646384 or 1057782. OLE color: 1057782.

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

Color convert

RGB 246 35 16 -
CMYK 0 0.86 0.93 0.04
HSL 4.96º 0.93% 0.51% -
HSV(B) 4.96º 0.93% 0.96% -
XYZ 38.7 20.83 2.47 -
YUV 95.92 82.9 235.04 -
System Red Green Blue C M Y K H S L
Decimal 246 35 16 0 0.86 0.93 0.04 4.96 0.93 0.51
Hex F6 23 10 0 56 5D 4 5 5D 33
Octal 366 43 20 0 126 135 4 5 135 63
Binary 11110110 100011 10000 0 1010110 1011101 100 101 1011101 110011

Color Harmonies of #F62310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62310

Black with #F62310

Text Example


Text Example

White with #F62310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62310; }

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

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

background-color css

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

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

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

border-color css

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

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

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