Html Css Color HEX #F62910 Scarlet

📋 copy color: '#F62910'

red 246 ◦ green 41 ◦ blue 16

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

Shades of Scarlet #F62910

Tints of Scarlet #F62910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 81.19%
G = 13.53%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F62910 (or 0xF62910) is known color: Scarlet. HEX triplet: F6, 29 and 10. RGB value is (246,41,16). Sum of RGB (Red+Green+Blue) = 246+41+16=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F62910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62910 is #09D6EF. Grayscale: #636363. Windows color (decimal): -644848 or 1059318. OLE color: 1059318.

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

Color convert

RGB 246 41 16 -
CMYK 0 0.83 0.93 0.04
HSL 6.52º 0.93% 0.51% -
HSV(B) 6.52º 0.93% 0.96% -
XYZ 38.89 21.22 2.54 -
YUV 99.45 80.92 232.53 -
System Red Green Blue C M Y K H S L
Decimal 246 41 16 0 0.83 0.93 0.04 6.52 0.93 0.51
Hex F6 29 10 0 53 5D 4 7 5D 33
Octal 366 51 20 0 123 135 4 7 135 63
Binary 11110110 101001 10000 0 1010011 1011101 100 111 1011101 110011

Color Harmonies of #F62910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62910

Black with #F62910

Text Example


Text Example

White with #F62910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62910; }

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

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

background-color css

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

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

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

border-color css

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

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

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