Html Css Color HEX #F6210B Scarlet

📋 copy color: '#F6210B'

red 246 ◦ green 33 ◦ blue 11

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

Shades of Scarlet #F6210B

Tints of Scarlet #F6210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 84.83%
G = 11.38%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6210B (or 0xF6210B) is known color: Scarlet. HEX triplet: F6, 21 and 0B. RGB value is (246,33,11). Sum of RGB (Red+Green+Blue) = 246+33+11=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F6210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6210B is #09DEF4. Grayscale: #5E5E5E. Windows color (decimal): -646901 or 729590. OLE color: 729590.

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

Color convert

RGB 246 33 11 -
CMYK 0 0.87 0.96 0.04
HSL 5.62º 0.93% 0.5% -
HSV(B) 5.62º 0.96% 0.96% -
XYZ 38.61 20.7 2.28 -
YUV 94.18 81.07 236.29 -
System Red Green Blue C M Y K H S L
Decimal 246 33 11 0 0.87 0.96 0.04 5.62 0.93 0.5
Hex F6 21 B 0 57 60 4 6 5D 32
Octal 366 41 13 0 127 140 4 6 135 62
Binary 11110110 100001 1011 0 1010111 1100000 100 110 1011101 110010

Color Harmonies of #F6210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6210B

Black with #F6210B

Text Example


Text Example

White with #F6210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6210B; }

 p { color: rgb(246,33,11); }

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

background-color css

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

 a { background-color: rgb(246,33,11); }

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

border-color css

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

 span { border-color: rgb(246,33,11); }

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